Skip to content
Snippets Groups Projects
Commit 81b700b1 authored by Stephen Hemminger's avatar Stephen Hemminger Committed by David S. Miller
Browse files

lapb: get rid of non-const printk warning

parent 03f54b3d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment