linux26-vermagic-cleanup-20040621

clean up vermagic to not be defined twice
This commit is contained in:
Matthew Miller 2004-06-21 22:40:53 +00:00 committed by Derrick Brashear
parent b9683ad850
commit cebf4da48d

View 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