]> git.hungrycats.org Git - linux/commitdiff
[PATCH] remove an unneeded #if from net/ipv6/af_inet6.c
authorAdrian Bunk <bunk@fs.tum.de>
Sat, 22 Feb 2003 04:12:26 +0000 (20:12 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sat, 22 Feb 2003 04:12:26 +0000 (20:12 -0800)
The patch below removes an unneeded #if from net/ipv6/af_inet6.c:
- kernel 2.0 is too ancient to check for
- the MODULE_* macros have empty definitions #if !MODULE

net/ipv6/af_inet6.c

index 9dea56e5453181ef6a0a6606a34d560e9d1ae0fb..0de85e16ed37747d34b89db073225500f8d00bbb 100644 (file)
@@ -67,11 +67,9 @@ static int unloadable = 0; /* XX: Turn to one when all is ok within the
                              module for allowing unload */
 #endif
 
-#if defined(MODULE) && LINUX_VERSION_CODE > 0x20115
 MODULE_AUTHOR("Cast of dozens");
 MODULE_DESCRIPTION("IPv6 protocol stack for Linux");
 MODULE_PARM(unloadable, "i");
-#endif
 
 /* IPv6 procfs goodies... */