diff --git a/include/linux/upstream_version.h b/include/linux/upstream_version.h new file mode 100644 index 000000000000..6f54eab0f2ad --- /dev/null +++ b/include/linux/upstream_version.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ +/* + * Copyright (c) 2019 Amlogic, Inc. All rights reserved. + */ + +#ifndef _LINUX_UPSTREAM_VERSION_H +#define _LINUX_UPSTREAM_VERSION_H + +#define AML_KERNEL_VERSION 12 +#define UPSTREAM_VERSION "2447b4c0a5ca8" +#define AML_PATCH_VERSION "2447b4c0a5ca8" +#define MERGE_DATE "2024-08-02" + +#endif