hwmon: Include <linux/io.h> instead of <asm/io.h>
[deliverable/linux.git] / drivers / hwmon / dme1737.c
index 3df202a9ad723737ef89e148f9f9ff25f6691b84..9814d51b3af42893b607a5106b2e4030b3b87ecf 100644 (file)
@@ -35,7 +35,7 @@
 #include <linux/err.h>
 #include <linux/mutex.h>
 #include <linux/acpi.h>
-#include <asm/io.h>
+#include <linux/io.h>
 
 /* ISA device, if found */
 static struct platform_device *pdev;
This page took 0.025419 seconds and 5 git commands to generate.