]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
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 bbbd2f098a522209ac032ad6425e1f4eb5201116..cb1c425ab0671109f9df1381dec71916015061ee 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