]> 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)
commite8e8731601cc6976e978728d7d6e1f48f53db2a9
treea56109b50886adc934ff48499bd6f9a291f2ddc1
parent78478840c362fa1d9e302b690a83d4078ec94f56
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