net: make netpoll_rx return bool for !CONFIG_NETPOLL
authorJohn W. Linville <linville@tuxdriver.com>
Tue, 10 Aug 2010 23:24:41 +0000 (16:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 Aug 2010 23:24:41 +0000 (16:24 -0700)
"netpoll: Use 'bool' for netpoll_rx() return type." missed the case when
CONFIG_NETPOLL is disabled.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netpoll.h

Simple merge