hwmon: Include <linux/io.h> instead of <asm/io.h>
[deliverable/linux.git] / drivers / hwmon / w83781d.c
index 0bdab959b7369335672f7cd09b01386a15054472..d27ed1bac002cd1c35c8c55b41be32253c5a9936 100644 (file)
@@ -48,7 +48,7 @@
 #ifdef CONFIG_ISA
 #include <linux/platform_device.h>
 #include <linux/ioport.h>
-#include <asm/io.h>
+#include <linux/io.h>
 #endif
 
 #include "lm75.h"
This page took 0.024943 seconds and 5 git commands to generate.