diff mbox

[02/15] lapb: get rid of non-const printk warning

Message ID 20090226201949.230418756@vyatta.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

stephen hemminger Feb. 26, 2009, 8:19 p.m. UTC
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
diff mbox

Patch

--- a/drivers/net/wan/lapbether.c	2009-02-26 12:06:07.000000000 -0800
+++ b/drivers/net/wan/lapbether.c	2009-02-26 12:12:26.000000000 -0800
@@ -430,7 +430,7 @@  static struct notifier_block lapbeth_dev
 	.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)