aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fealnx.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-08-14 23:00:09 -0700
committerJeff Garzik <jeff@garzik.org>2006-08-19 17:44:28 -0400
commit90d5aed2d9c7d2f3915b75342988114fd7b6c13d (patch)
treec6f31166423c921264746d55606e852ae54bd6bf /drivers/net/fealnx.c
parentc9d26c9785d900d8547b268f0c0507f252879c48 (diff)
downloadkernel_samsung_smdk4412-90d5aed2d9c7d2f3915b75342988114fd7b6c13d.zip
kernel_samsung_smdk4412-90d5aed2d9c7d2f3915b75342988114fd7b6c13d.tar.gz
kernel_samsung_smdk4412-90d5aed2d9c7d2f3915b75342988114fd7b6c13d.tar.bz2
[PATCH] fealnx section fix
With CONFIG_HOTPLUG=n it won't compile: distcc[25607] ERROR: compile drivers/net/fealnx.c on g5/64 failed version[] is referred to from both __init code and from __devinit code, so move it out of __init altogether. Cc: Jeff Garzik <jeff@garzik.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/fealnx.c')
-rw-r--r--drivers/net/fealnx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fealnx.c b/drivers/net/fealnx.c
index 97d34fe..567e274 100644
--- a/drivers/net/fealnx.c
+++ b/drivers/net/fealnx.c
@@ -92,7 +92,7 @@ static int full_duplex[MAX_UNITS] = { -1, -1, -1, -1, -1, -1, -1, -1 };
#include <asm/uaccess.h>
/* These identify the driver base version and may not be removed. */
-static char version[] __devinitdata =
+static char version[] =
KERN_INFO DRV_NAME ".c:v" DRV_VERSION " " DRV_RELDATE "\n";