Skip to content

Commit

Permalink
net: pppoe - get rid of DECLARE_MAC_BUF
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Cyrill Gorcunov authored and David S. Miller committed Jan 22, 2009
1 parent 4fe1d58 commit e35fac8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/pppoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit e35fac8

Please sign in to comment.