]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
lapb: get rid of non-const printk warning
authorStephen Hemminger <shemminger@vyatta.com>
Thu, 26 Feb 2009 10:19:23 +0000 (10:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Feb 2009 06:21:54 +0000 (22:21 -0800)
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/lapbether.c

index 06beba47ffdf5f7267e2bb88843a0ed760b58922..96d9eda4089401ae4a21acff74fc9a0e56ec1dd3 100644 (file)
@@ -430,7 +430,7 @@ static struct notifier_block lapbeth_dev_notifier = {
        .notifier_call = lapbeth_device_event,
 };
 
-static const char banner[] __initdata =
+static const char banner[] __initconst =
        KERN_INFO "LAPB Ethernet driver version 0.02\n";
 
 static int __init lapbeth_init_driver(void)