]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bonding: netpoll: remove unwanted slave_dev_support_netpoll()
authordingtianhong <dingtianhong@huawei.com>
Fri, 21 Feb 2014 08:08:52 +0000 (16:08 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Feb 2014 23:28:23 +0000 (18:28 -0500)
commit827418081ab177b82ff3032277fca32c3ecc5dc3
treeb31f42613752593759397cb7a43c60417817b6ba
parent1f5a7407e4307bfaa465fbaece985a72e4bc4752
bonding: netpoll: remove unwanted slave_dev_support_netpoll()

The __netpoll_setup() will check the slave's flag and ndo_poll_controller just
like the slave_dev_support_netpoll() does, and slave_dev_support_netpoll() was
not used by any place, so remove it.

Cc: Jay Vosburgh <fubar@us.ibm.com>
Cc: Veaceslav Falico <vfalico@redhat.com>
Cc: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: Ding Tianhong <dingtianhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c