[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1247734285-20648-1-git-send-email-klto@zhaw.ch>
Date: Thu, 16 Jul 2009 10:51:25 +0200
From: Tobias Klauser <klto@...w.ch>
To: davem@...emloft.net, afleming@...escale.com,
galak@...nel.crashing.org, netdev@...r.kernel.org
Cc: Tobias Klauser <klto@...w.ch>
Subject: [PATCH 1/8] gianfar: Remove unused DECLARE_MAC_BUF
Is not needed anymore because of the %pM printk conversion specifier.
Signed-off-by: Tobias Klauser <klto@...w.ch>
---
drivers/net/gianfar.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/net/gianfar.c b/drivers/net/gianfar.c
index 4ae1d25..21f5b0a 100644
--- a/drivers/net/gianfar.c
+++ b/drivers/net/gianfar.c
@@ -304,7 +304,6 @@ static int gfar_probe(struct of_device *ofdev,
u32 tempval;
struct net_device *dev = NULL;
struct gfar_private *priv = NULL;
- DECLARE_MAC_BUF(mac);
int err = 0;
int len_devname;
--
1.6.0.4
--
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