diff options
author | Cyrill Gorcunov <gorcunov@openvz.org> | 2009-01-22 16:52:26 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-22 16:52:26 -0500 |
commit | e35fac80ed0bb878f652cc0f70ca268656d275f7 (patch) | |
tree | fbf4d2f1810fb1a65c9070aece324e49978b3bdf /drivers | |
parent | 4fe1d58bf56f69de68868630d222322a6b45bb55 (diff) |
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 <gorcunov@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/pppoe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/pppoe.c b/drivers/net/pppoe.c index 39f3e21647e7..798b8cf5f9a6 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) | |||
1004 | { | 1004 | { |
1005 | struct pppox_sock *po; | 1005 | struct pppox_sock *po; |
1006 | char *dev_name; | 1006 | char *dev_name; |
1007 | DECLARE_MAC_BUF(mac); | ||
1008 | 1007 | ||
1009 | if (v == SEQ_START_TOKEN) { | 1008 | if (v == SEQ_START_TOKEN) { |
1010 | seq_puts(seq, "Id Address Device\n"); | 1009 | seq_puts(seq, "Id Address Device\n"); |