From: Cyrill Gorcunov Date: Thu, 22 Jan 2009 21:52:26 +0000 (-0800) Subject: net: pppoe - get rid of DECLARE_MAC_BUF X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=e35fac80ed0bb878f652cc0f70ca268656d275f7;p=linux-edison.git net: pppoe - get rid of DECLARE_MAC_BUF While was playing with PPP namespaces I occasionally brought back DECLARE_MAC_BUF which is not needed (we have %pM here). Fix it. Signed-off-by: Cyrill Gorcunov Signed-off-by: David S. Miller --- diff --git a/drivers/net/pppoe.c b/drivers/net/pppoe.c index 39f3e21647e..798b8cf5f9a 100644 --- a/drivers/net/pppoe.c +++ b/drivers/net/pppoe.c @@ -1004,7 +1004,6 @@ static int pppoe_seq_show(struct seq_file *seq, void *v) { struct pppox_sock *po; char *dev_name; - DECLARE_MAC_BUF(mac); if (v == SEQ_START_TOKEN) { seq_puts(seq, "Id Address Device\n");