hwmon: Include <linux/io.h> instead of <asm/io.h>
[deliverable/linux.git] / drivers / hwmon / w83627hf.c
index 389150ba30d364ffd46ce1121684531f18297754..2be28ac4ede0d1d439daa60f8bf581f251cf66b9 100644 (file)
@@ -51,7 +51,7 @@
 #include <linux/mutex.h>
 #include <linux/ioport.h>
 #include <linux/acpi.h>
-#include <asm/io.h>
+#include <linux/io.h>
 #include "lm75.h"
 
 static struct platform_device *pdev;
This page took 0.036142 seconds and 5 git commands to generate.