]> rtime.felk.cvut.cz Git - linux-imx.git/blobdiff - net/core/skbuff.c
Merge tag 'spi-v3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
[linux-imx.git] / net / core / skbuff.c
index 3df4d4ccf4405b640689bbedd322b225dfc2594d..2c3d0f53d198c5915669a967f273c5f5b13b12af 100644 (file)
@@ -740,7 +740,7 @@ static void __copy_skb_header(struct sk_buff *new, const struct sk_buff *old)
 
        skb_copy_secmark(new, old);
 
-#ifdef CONFIG_NET_LL_RX_POLL
+#ifdef CONFIG_NET_RX_BUSY_POLL
        new->napi_id    = old->napi_id;
 #endif
 }