]> git.baikalelectronics.ru Git - kernel.git/commit
netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_dev
authorJoe Perches <joe@perches.com>
Thu, 30 Jun 2011 15:08:57 +0000 (15:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Jul 2011 03:02:07 +0000 (20:02 -0700)
commit20e354805ad8b1f3dcab68da3209cac40899513a
treea56109b50886adc934ff48499bd6f9a291f2ddc1
parentac625cbeea35b3e1b5b1adc15b4e2dec15858b69
netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_dev

Unused symbols waste space.

Commit cd73cec503e9
"(netpoll: add generic support for bridge and bonding devices)"
added the symbol more than a year ago with the promise of "future use".

Because it is so far unused, remove it for now.
It can be easily readded if or when it actually needs to be used.

cc: WANG Cong <amwang@redhat.com>
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netpoll.h
net/core/netpoll.c