eql: fix non-constant printk warning
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
32f3dde55b
Коммит
aec464bbee
|
@ -159,7 +159,7 @@ static void eql_timer(unsigned long param)
|
|||
add_timer(&eql->timer);
|
||||
}
|
||||
|
||||
static char version[] __initdata =
|
||||
static const char version[] __initconst =
|
||||
"Equalizer2002: Simon Janes (simon@ncm.com) and David S. Miller (davem@redhat.com)\n";
|
||||
|
||||
static const struct net_device_ops eql_netdev_ops = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче