diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2009-03-20 08:14:14 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-03-22 03:06:53 +0100 |
commit | aec464bbee32e1d67cba0072c50774c5298ef762 (patch) | |
tree | 1bf9627b3f5266a5edbd943c0e8f50cb0ddbfc4f /drivers | |
parent | atm: fix non-const printk argument (diff) | |
download | linux-aec464bbee32e1d67cba0072c50774c5298ef762.tar.xz linux-aec464bbee32e1d67cba0072c50774c5298ef762.zip |
eql: fix non-constant printk warning
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/eql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/eql.c b/drivers/net/eql.c index 40125694bd9f..51ead7941f83 100644 --- a/drivers/net/eql.c +++ b/drivers/net/eql.c @@ -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 = { |