dect
/
linux-2.6
Archived
13
0
Fork 0

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@sipsolutions.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Johannes Berg 2009-07-15 11:31:10 -07:00 committed by David S. Miller
parent 1dacc76d00
commit c86ae82605
1 changed files with 0 additions and 1 deletions

View File

@ -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;