summaryrefslogtreecommitdiff
path: root/drivers/staging/fsl_ppfe/pfe_eth.c
diff options
context:
space:
mode:
authorCalvin Johnson <calvin.johnson@nxp.com>2017-10-10 04:02:09 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-12-12 07:32:30 (GMT)
commitc046ea9d2fd2d2ab83d31587efd5d6d56063e5b0 (patch)
treeafdcf7a5927f1bdb4e48d56f17422a06ba169b9a /drivers/staging/fsl_ppfe/pfe_eth.c
parent598e30915907288581387fa8ceef965109423b76 (diff)
downloadlinux-c046ea9d2fd2d2ab83d31587efd5d6d56063e5b0.tar.xz
change _nfct to nfct for linux 4.9
Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com>
Diffstat (limited to 'drivers/staging/fsl_ppfe/pfe_eth.c')
-rw-r--r--drivers/staging/fsl_ppfe/pfe_eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/fsl_ppfe/pfe_eth.c b/drivers/staging/fsl_ppfe/pfe_eth.c
index 5aa718b..4ba886d 100644
--- a/drivers/staging/fsl_ppfe/pfe_eth.c
+++ b/drivers/staging/fsl_ppfe/pfe_eth.c
@@ -1523,7 +1523,7 @@ static int pfe_eth_get_queuenum(struct pfe_eth_priv_s *priv, struct sk_buff
* then fallback to default
*/
#if defined(CONFIG_IP_NF_CONNTRACK_MARK) || defined(CONFIG_NF_CONNTRACK_MARK)
- if (skb->_nfct) {
+ if (skb->nfct) {
enum ip_conntrack_info cinfo;
struct nf_conn *ct;