diff --git a/[refs] b/[refs] index 23890fb5c132..476dafb12d0b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1c114f42a597346de793a1d166478266a7ec3b61 +refs/heads/master: 969a6e521730153380ad7781095f503c040b684c diff --git a/trunk/include/linux/netpoll.h b/trunk/include/linux/netpoll.h index 413742c92d14..791d5109f34c 100644 --- a/trunk/include/linux/netpoll.h +++ b/trunk/include/linux/netpoll.h @@ -122,7 +122,7 @@ static inline int netpoll_tx_running(struct net_device *dev) } #else -static inline int netpoll_rx(struct sk_buff *skb) +static inline bool netpoll_rx(struct sk_buff *skb) { return 0; }