VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Masahiro Yamada <masahiroy@kernel.org> 2021-02-25 17:22:11 -0800 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-02-26 09:41:04 -0800 commit: 073a9ecb3a73401662430bb955aedeac1de643d1 parent: 5b8f82e1a17695c9e5fec5842b234967782d7e5b
Commit Summary:
init/version.c: remove Version_<LINUX_VERSION_CODE> symbol
Diffstat:
1 file changed, 0 insertions, 7 deletions
diff --git a/init/version.c b/init/version.c
index 80d2b7566b39..92afc782b043 100644
--- a/init/version.c
+++ b/init/version.c
@@ -16,14 +16,6 @@
 #include <linux/version.h>
 #include <linux/proc_ns.h>
 
-#ifndef CONFIG_KALLSYMS
-#define version(a) Version_ ## a
-#define version_string(a) version(a)
-
-extern int version_string(LINUX_VERSION_CODE);
-int version_string(LINUX_VERSION_CODE);
-#endif
-
 struct uts_namespace init_uts_ns = {
 	.ns.count = REFCOUNT_INIT(2),
 	.name = {