netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_dev
commit234b921dbcf144826e2e2b3663cd8090892ee2b2
authorJoe Perches <joe@perches.com>
Thu, 30 Jun 2011 15:08:57 +0000 (30 15:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Jul 2011 03:02:07 +0000 (3 20:02 -0700)
treea56109b50886adc934ff48499bd6f9a291f2ddc1
parentaea54bce01c44bf3e35ac016fcd584b0de137673
netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_dev

Unused symbols waste space.

Commit 0e34e93177fb
"(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