On Thu, May 30, 2013 at 7:41 PM, Eliezer Tamir <[email protected]> wrote: .... > +#else /* CONFIG_NET_LL_RX_POLL */ > +static inline void ixgbe_qv_init_lock(struct ixgbe_q_vector *q_vector) > +{ > +} > + > +static inline int ixgbe_qv_lock_napi(struct ixgbe_q_vector *q_vector) > +{ > + return true; > +} > + > +static inline int ixgbe_qv_unlock_napi(struct ixgbe_q_vector *q_vector) > +{ > + return false; > +} > + > +static inline int ixgbe_qv_lock_poll(struct ixgbe_q_vector *q_vector) > +{ > + return false; > +} > + > +static inline int ixgbe_qv_unlock_poll(struct ixgbe_q_vector *q_vector) > +{ > + return false; > +} > + > +static inline int ixgbe_qv_ll_polling(struct ixgbe_q_vector *q_vector) > +{ > + return false; > +}
Then please make them bool. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

