Skip to content

Commit

Permalink
eql: fix non-constant printk warning
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Mar 22, 2009
1 parent 32f3dde commit aec464b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/eql.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit aec464b

Please sign in to comment.