|
@@ -430,7 +430,8 @@ static struct notifier_block lapbeth_dev_notifier = {
|
|
.notifier_call = lapbeth_device_event,
|
|
.notifier_call = lapbeth_device_event,
|
|
};
|
|
};
|
|
|
|
|
|
-static char banner[] __initdata = KERN_INFO "LAPB Ethernet driver version 0.02\n";
|
|
|
|
|
|
+static const char banner[] __initdata =
|
|
|
|
+ KERN_INFO "LAPB Ethernet driver version 0.02\n";
|
|
|
|
|
|
static int __init lapbeth_init_driver(void)
|
|
static int __init lapbeth_init_driver(void)
|
|
{
|
|
{
|