summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Frederick2014-11-17 22:08:22 +0100
committerDavid S. Miller2014-11-18 21:26:32 +0100
commite56f735913c8d3c417c65c7e7fcdd65011f8d96f (patch)
tree51885813596dc38fd2f3310b69838306d2cc423e
parentnet: fix spelling for synchronized (diff)
downloadkernel-qcow2-linux-e56f735913c8d3c417c65c7e7fcdd65011f8d96f.tar.gz
kernel-qcow2-linux-e56f735913c8d3c417c65c7e7fcdd65011f8d96f.tar.xz
kernel-qcow2-linux-e56f735913c8d3c417c65c7e7fcdd65011f8d96f.zip
net/core: include linux/types.h instead of asm/types.h
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/core/link_watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/link_watch.c b/net/core/link_watch.c
index bd0767e6b2b3..49a9e3e06c08 100644
--- a/net/core/link_watch.c
+++ b/net/core/link_watch.c
@@ -21,7 +21,7 @@
#include <linux/spinlock.h>
#include <linux/workqueue.h>
#include <linux/bitops.h>
-#include <asm/types.h>
+#include <linux/types.h>
enum lw_bits {