Several powerpc build fail with:

drivers/net/ethernet/freescale/gianfar.c: In function 'gfar_start_xmit':
drivers/net/ethernet/freescale/gianfar.c:2146:3: error: implicit declaration of
function 'dev_consume_skb_any' [-Werror=implicit-function-declaration]
   dev_consume_skb_any(skb);

dev_consume_skb_any() does not exist in 3.12.

Introduced by 'gianfar: Carefully free skbs in functions called by netpoll'.

Guenter
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to