summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-08-15 11:37:38 +0100
committerMark Brown <broonie@linaro.org>2013-08-15 11:37:38 +0100
commit743c5bb898be45009770c144e5e14e4f448e56b9 (patch)
tree40fff57c975f89da4a90922c165595840e99093a /include/net/sock.h
parent8fe120b5a665fc869c23f86e4964b801f6e53486 (diff)
parentb7ae6f31d8243ec684af16bc5c763eccdfabaec0 (diff)
Merge branch 'topic/dma' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-omap
Conflicts: sound/soc/omap/Kconfig
Diffstat (limited to 'include/net/sock.h')
-rw-r--r--include/net/sock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sock.h b/include/net/sock.h
index 95a5a2c6925..31d5cfbb51e 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -327,7 +327,7 @@ struct sock {
#ifdef CONFIG_RPS
__u32 sk_rxhash;
#endif
-#ifdef CONFIG_NET_LL_RX_POLL
+#ifdef CONFIG_NET_RX_BUSY_POLL
unsigned int sk_napi_id;
unsigned int sk_ll_usec;
#endif