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)
commit969a6e521730153380ad7781095f503c040b684c
treeb1173bcdf43efb2f09111860690ca74071bb8743
parent1c114f42a597346de793a1d166478266a7ec3b61
net: make netpoll_rx return bool for !CONFIG_NETPOLL

"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