summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
diff options
context:
space:
mode:
authorAlok Makhariya <B46187@freescale.com>2014-04-01 09:31:39 (GMT)
committerJose Rivera <German.Rivera@freescale.com>2014-04-01 16:20:36 (GMT)
commit27ea4962a0c01dabcc30d719701386a66375d8c5 (patch)
treeda3d8d628775ea8ab3f1b4dc1e84e17aac447da4 /include/linux/skbuff.h
parentcf42c0223c36e5fc2bc99ac01a7dec2ba5ccfec6 (diff)
downloadlinux-fsl-qoriq-27ea4962a0c01dabcc30d719701386a66375d8c5.tar.xz
gianfar: asf_gianfar will compile when CONFIG_GIANFAR is set.
asf_gianfar will compile only when CONFIG_GIANFAR and CONFIG_AS_FASTPATH are set. Replacing CONFIG_RX_TX_BUFF_XCHG with CONFIG_AS_FASTPATH and CONFIG_GIANFAR in skbuff structure of skbuff.h Removing CONFIG_RX_TX_BUFF_XCHG flag from kconfig. Change-Id: Iba0da980dfb807808cb3f9cd7d18a0229fa96b35 CR:ENGR00306399 Signed-off-by: Alok Makhariya <B46187@freescale.com> Reviewed-on: http://git.am.freescale.net:8181/10535 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Rajan Gupta <rajan.gupta@freescale.com> Reviewed-by: Jose Rivera <German.Rivera@freescale.com>
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r--include/linux/skbuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index e69add3..95d70de 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -517,7 +517,7 @@ struct sk_buff {
__be16 inner_protocol;
__u16 inner_transport_header;
__u16 inner_network_header;
-#ifdef CONFIG_RX_TX_BUFF_XCHG
+#if defined(CONFIG_GIANFAR) && defined(CONFIG_AS_FASTPATH)
__u8 owner;
struct sk_buff *new_skb;
#endif