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:
parent
1dacc76d00
commit
c86ae82605
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue