linux26-vermagic-cleanup-20040621
authorMatthew Miller <mattdm@mattdm.org>
Mon, 21 Jun 2004 22:40:53 +0000 (22:40 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 21 Jun 2004 22:40:53 +0000 (22:40 +0000)
clean up vermagic to not be defined twice

src/afs/LINUX/osi_module.c

index bbbd2f0..cb1c425 100644 (file)
@@ -37,14 +37,6 @@ RCSID
 #include <linux/syscall.h>
 #endif
 
-#if defined(AFS_LINUX26_ENV)
-#include <linux/vermagic.h>
-#include <linux/compiler.h>
-
-MODULE_INFO(vermagic, VERMAGIC_STRING);
-
-#endif
-
 #ifdef AFS_SPARC64_LINUX24_ENV
 #define __NR_setgroups32      82       /* This number is not exported for some bizarre reason. */
 #endif