From cebf4da48df4187828f8a26b8ab8443f473a35be Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Mon, 21 Jun 2004 22:40:53 +0000 Subject: [PATCH] linux26-vermagic-cleanup-20040621 clean up vermagic to not be defined twice --- src/afs/LINUX/osi_module.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/afs/LINUX/osi_module.c b/src/afs/LINUX/osi_module.c index bbbd2f098a..cb1c425ab0 100644 --- a/src/afs/LINUX/osi_module.c +++ b/src/afs/LINUX/osi_module.c @@ -37,14 +37,6 @@ RCSID #include #endif -#if defined(AFS_LINUX26_ENV) -#include -#include - -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