diff options
Diffstat (limited to 'drivers/net/tulip/dmfe.c')
-rw-r--r-- | drivers/net/tulip/dmfe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tulip/dmfe.c b/drivers/net/tulip/dmfe.c index 2e5c99941f35..e2c9d0f5a755 100644 --- a/drivers/net/tulip/dmfe.c +++ b/drivers/net/tulip/dmfe.c | |||
@@ -288,7 +288,7 @@ enum dmfe_CR6_bits { | |||
288 | 288 | ||
289 | /* Global variable declaration ----------------------------- */ | 289 | /* Global variable declaration ----------------------------- */ |
290 | static int __devinitdata printed_version; | 290 | static int __devinitdata printed_version; |
291 | static char version[] __devinitdata = | 291 | static const char version[] __devinitconst = |
292 | KERN_INFO DRV_NAME ": Davicom DM9xxx net driver, version " | 292 | KERN_INFO DRV_NAME ": Davicom DM9xxx net driver, version " |
293 | DRV_VERSION " (" DRV_RELDATE ")\n"; | 293 | DRV_VERSION " (" DRV_RELDATE ")\n"; |
294 | 294 | ||