summaryrefslogtreecommitdiff
path: root/include/linux/errqueue.h
diff options
context:
space:
mode:
authorKalle Valo <kvalo@qca.qualcomm.com>2012-01-13 13:57:45 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2012-01-13 13:57:45 +0200
commita0afd4f7c1ff8cb7a9747150500f8ce081fbcfc9 (patch)
tree12d6c61b17e3b3b9874b9a0d1063e711af483b02 /include/linux/errqueue.h
parente80ec84d9352419a7c0482edfbf1b96eaa4c8b95 (diff)
parenta8c1f65c79cbbb2f7da782d4c9d15639a9b94b27 (diff)
Merge remote branch 'wireless-next/master' into ath6kl-next
Conflicts: drivers/net/wireless/ath/ath6kl/usb.c
Diffstat (limited to 'include/linux/errqueue.h')
-rw-r--r--include/linux/errqueue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/errqueue.h b/include/linux/errqueue.h
index c9f522bd17e4..fd0628be45ce 100644
--- a/include/linux/errqueue.h
+++ b/include/linux/errqueue.h
@@ -25,7 +25,7 @@ struct sock_extended_err {
#ifdef __KERNEL__
#include <net/ip.h>
-#if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE)
+#if IS_ENABLED(CONFIG_IPV6)
#include <linux/ipv6.h>
#endif
@@ -34,7 +34,7 @@ struct sock_extended_err {
struct sock_exterr_skb {
union {
struct inet_skb_parm h4;
-#if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE)
+#if IS_ENABLED(CONFIG_IPV6)
struct inet6_skb_parm h6;
#endif
} header;