diff options
Diffstat (limited to 'drivers/net/wan/lapbether.c')
-rw-r--r-- | drivers/net/wan/lapbether.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/lapbether.c b/drivers/net/wan/lapbether.c index 06beba47ffdf..96d9eda40894 100644 --- a/drivers/net/wan/lapbether.c +++ b/drivers/net/wan/lapbether.c | |||
@@ -430,7 +430,7 @@ static struct notifier_block lapbeth_dev_notifier = { | |||
430 | .notifier_call = lapbeth_device_event, | 430 | .notifier_call = lapbeth_device_event, |
431 | }; | 431 | }; |
432 | 432 | ||
433 | static const char banner[] __initdata = | 433 | static const char banner[] __initconst = |
434 | KERN_INFO "LAPB Ethernet driver version 0.02\n"; | 434 | KERN_INFO "LAPB Ethernet driver version 0.02\n"; |
435 | 435 | ||
436 | static int __init lapbeth_init_driver(void) | 436 | static int __init lapbeth_init_driver(void) |