[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1247671139.10754.3.camel@johannes.local>
Date: Wed, 15 Jul 2009 17:18:59 +0200
From: Johannes Berg <johannes@...solutions.net>
To: netdev <netdev@...r.kernel.org>
Cc: Kumar Gala <galak@...nel.crashing.org>
Subject: [PATCH] gianfar: remove unused DECLARE_MAC_BUF
The use of it was converted to %pM, but the variable
stuck -- remove it now to not cause spurious warnings.
Signed-off-by: Johannes Berg <johannes@...solutions.net>
---
drivers/net/gianfar.c | 1 -
1 file changed, 1 deletion(-)
--- wireless-testing.orig/drivers/net/gianfar.c 2009-07-15 17:11:36.000000000 +0200
+++ wireless-testing/drivers/net/gianfar.c 2009-07-15 17:11:43.000000000 +0200
@@ -304,7 +304,6 @@ static int gfar_probe(struct of_device *
u32 tempval;
struct net_device *dev = NULL;
struct gfar_private *priv = NULL;
- DECLARE_MAC_BUF(mac);
int err = 0;
int len_devname;
--
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