summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/linux/netdevice.h4
-rw-r--r--net/ipv4/ip_input.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index c99e53fed30e..0175e588f33b 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -28,8 +28,6 @@
#include <linux/if.h>
#include <linux/if_ether.h>
#include <linux/if_packet.h>
-#include <linux/device.h>
-#include <linux/percpu.h>
#include <asm/atomic.h>
#include <asm/cache.h>
@@ -37,6 +35,8 @@
#ifdef __KERNEL__
#include <linux/config.h>
+#include <linux/device.h>
+#include <linux/percpu.h>
struct divert_blk;
struct vlan_group;
diff --git a/net/ipv4/ip_input.c b/net/ipv4/ip_input.c
index 605f8a14a5bf..dbffe6fc0102 100644
--- a/net/ipv4/ip_input.c
+++ b/net/ipv4/ip_input.c
@@ -201,7 +201,7 @@ static inline int ip_local_deliver_finish(struct sk_buff *skb)
#ifdef CONFIG_NETFILTER_DEBUG
nf_debug_ip_local_deliver(skb);
- skb->nf_debug =3D 0;
+ skb->nf_debug = 0;
#endif /*CONFIG_NETFILTER_DEBUG*/
__skb_pull(skb, ihl);