gianfar: remove unused DECLARE_MAC_BUF
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 15 Jul 2009 18:31:10 +0000 (11:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jul 2009 18:31:10 +0000 (11:31 -0700)
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>
drivers/net/gianfar.c

index 4ae1d25..21f5b0a 100644 (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;