cs5535: CS5535_MFGPT_DEFAULT_IRQ should depend on CS5535_MFGPT
[sfrench/cifs-2.6.git] / init / version.c
index 9d17d70ee02d0165e4f94e5eacda6ea7c808a469..adff586401a50c2e6de2ee145ae6a047fd03c6ba 100644 (file)
@@ -6,17 +6,20 @@
  *  May be freely distributed as part of Linux.
  */
 
-#include <linux/compile.h>
+#include <generated/compile.h>
 #include <linux/module.h>
 #include <linux/uts.h>
 #include <linux/utsname.h>
-#include <linux/utsrelease.h>
+#include <generated/utsrelease.h>
 #include <linux/version.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 = {
        .kref = {