Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)