netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] eql: fix non-constant printk warning
@ 2009-03-20 17:14 Stephen Hemminger
  2009-03-22  2:09 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2009-03-20 17:14 UTC (permalink / raw)
  To: David Miller; +Cc: netdev


Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
--- a/drivers/net/eql.c	2009-02-26 12:04:34.000000000 -0800
+++ b/drivers/net/eql.c	2009-02-26 12:04:52.000000000 -0800
@@ -159,7 +159,7 @@ static void eql_timer(unsigned long para
 	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 = {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] eql: fix non-constant printk warning
  2009-03-20 17:14 [PATCH] eql: fix non-constant printk warning Stephen Hemminger
@ 2009-03-22  2:09 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-03-22  2:09 UTC (permalink / raw)
  To: shemminger; +Cc: netdev

From: Stephen Hemminger <shemminger@vyatta.com>
Date: Fri, 20 Mar 2009 10:14:14 -0700

> 
> Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-22  2:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-20 17:14 [PATCH] eql: fix non-constant printk warning Stephen Hemminger
2009-03-22  2:09 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).