[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090320101414.32374962@nehalam>
Date: Fri, 20 Mar 2009 10:14:14 -0700
From: Stephen Hemminger <shemminger@...tta.com>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org
Subject: [PATCH] eql: fix non-constant printk warning
Signed-off-by: Stephen Hemminger <shemminger@...tta.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@....com) and David S. Miller (davem@...hat.com)\n";
static const struct net_device_ops eql_netdev_ops = {
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists