]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - init/version.c
Remove executable permission for dma.c
[linux-2.6-omap-h63xx.git] / init / version.c
index 6c01ec1cc48d4848fd98c28d11362e790703005d..52a8b98642b8fb78343dfd63e20d1f448acb5866 100644 (file)
 #include <linux/utsname.h>
 #include <linux/utsrelease.h>
 #include <linux/version.h>
-#include <linux/sched.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 = {