aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/fealnx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/fealnx.c b/drivers/net/fealnx.c
index daf7272c3352..891be28a7d4f 100644
--- a/drivers/net/fealnx.c
+++ b/drivers/net/fealnx.c
@@ -93,8 +93,8 @@ static int full_duplex[MAX_UNITS] = { -1, -1, -1, -1, -1, -1, -1, -1 };
93#include <asm/byteorder.h> 93#include <asm/byteorder.h>
94 94
95/* These identify the driver base version and may not be removed. */ 95/* These identify the driver base version and may not be removed. */
96static char version[] = 96static const char version[] __devinitconst =
97KERN_INFO DRV_NAME ".c:v" DRV_VERSION " " DRV_RELDATE "\n"; 97 KERN_INFO DRV_NAME ".c:v" DRV_VERSION " " DRV_RELDATE "\n";
98 98
99 99
100/* This driver was written to use PCI memory space, however some x86 systems 100/* This driver was written to use PCI memory space, however some x86 systems