net/core: include linux/types.h instead of asm/types.h
[deliverable/linux.git] / net / core / link_watch.c
index bd0767e6b2b31747a08d02a1f45f7dd733be9a4f..49a9e3e06c085dbcb545e766c96186fba2dac45a 100644 (file)
@@ -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 {
This page took 0.025302 seconds and 5 git commands to generate.