diff options
author | Cyrill Gorcunov <gorcunov@openvz.org> | 2009-01-23 00:52:26 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-23 00:52:26 +0300 |
commit | e35fac80ed0bb878f652cc0f70ca268656d275f7 (patch) | |
tree | fbf4d2f1810fb1a65c9070aece324e49978b3bdf /drivers/net/pppoe.c | |
parent | 4fe1d58bf56f69de68868630d222322a6b45bb55 (diff) | |
download | linux-e35fac80ed0bb878f652cc0f70ca268656d275f7.tar.xz |
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/net/pppoe.c')
-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) { struct pppox_sock *po; char *dev_name; - DECLARE_MAC_BUF(mac); if (v == SEQ_START_TOKEN) { seq_puts(seq, "Id Address Device\n"); |