hwmon: Include <linux/io.h> instead of <asm/io.h>
[deliverable/linux.git] / drivers / hwmon / hdaps.c
index d3612a1f198135d1a719428fc5f77e417674e671..be2d131e405c669f405d0b963c5704feec4b014a 100644 (file)
@@ -35,8 +35,7 @@
 #include <linux/timer.h>
 #include <linux/dmi.h>
 #include <linux/jiffies.h>
-
-#include <asm/io.h>
+#include <linux/io.h>
 
 #define HDAPS_LOW_PORT         0x1600  /* first port used by hdaps */
 #define HDAPS_NR_PORTS         0x30    /* number of ports: 0x1600 - 0x162f */
This page took 0.026237 seconds and 5 git commands to generate.