net: pppoe - get rid of DECLARE_MAC_BUF
authorCyrill Gorcunov <gorcunov@openvz.org>
Thu, 22 Jan 2009 21:52:26 +0000 (13:52 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Jan 2009 21:52:26 +0000 (13:52 -0800)
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 <gorcunov@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/pppoe.c

index 39f3e21..798b8cf 100644 (file)
@@ -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");