net: move and rename netif_notify_peers()
authorAmerigo Wang <amwang@redhat.com>
Thu, 9 Aug 2012 22:14:56 +0000 (22:14 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Aug 2012 21:28:23 +0000 (14:28 -0700)
commitee89bab14e857678f83a71ee99e575b0fdbb58d4
tree7af6dd9ff8e565dd91fe6324861d432a0cef836d
parent0f48917b93414a9c306a834b1b93307383956f44
net: move and rename netif_notify_peers()

I believe net/core/dev.c is a better place for netif_notify_peers(),
because other net event notify functions also stay in this file.

And rename it to netdev_notify_peers().

Cc: David S. Miller <davem@davemloft.net>
Cc: Ian Campbell <Ian.Campbell@citrix.com>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/netvsc_drv.c
drivers/net/virtio_net.c
drivers/net/xen-netfront.c
include/linux/netdevice.h
net/core/dev.c
net/sched/sch_generic.c