net: remove dead code for add/del multiple
authorstephen hemminger <shemming@brocade.com>
Fri, 13 Dec 2013 20:35:56 +0000 (12:35 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Dec 2013 20:14:04 +0000 (15:14 -0500)
commit477bb93320cec7ae74d5ccfad4f2bfa0b28fbe90
treec9aad9574baba6c3988d496f766ed743ea32a5cf
parent6ea09d8a096487b6418364c3b501c228f1889121
net: remove dead code for add/del multiple

These function to manipulate multiple addresses are not used anywhere
in current net-next tree. Some out of tree code maybe using these but
too bad; they should submit their code upstream..

Also, make __hw_addr_flush local since only used by dev_addr_lists.c

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev_addr_lists.c