netconsole: Use eth_<foo>_addr instead of memset
authorJoe Perches <joe@perches.com>
Tue, 3 Mar 2015 03:54:50 +0000 (19:54 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Mar 2015 22:01:37 +0000 (17:01 -0500)
commit1667c942e72346df1f41d4171de5a647b6b22dfc
tree48365e7fc053ba4ab99d5d116ad1cfe01d2984dc
parent93803b3385c653bc6fd391c0de00ef811b3dadc0
netconsole: Use eth_<foo>_addr instead of memset

Use the built-in function instead of memset.

Miscellanea:

Add #include <linux/etherdevice.h>

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/netconsole.c