diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2009-09-15 19:18:13 +0400 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-09-15 19:18:13 +0400 |
commit | 6055fae8aceee41471edfd1876e5617d16e028fe (patch) | |
tree | 5579918819802d746c6854c183b3ed8cdc7c5613 /drivers/hwmon/pc87360.c | |
parent | 1915fb70fa23230894cd35d98fcac5a168ec5c23 (diff) | |
download | linux-6055fae8aceee41471edfd1876e5617d16e028fe.tar.xz |
hwmon: Include <linux/io.h> instead of <asm/io.h>
Drivers should be including <linux/io.h> instead of <asm/io.h>.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Alistair John Strachan <alistair@devzero.co.uk>
Cc: Nicolas Boichat <nicolas@boichat.ch>
Cc: Juerg Haefliger <juergh@gmail.com>
Cc: Frank Seidel <frank@f-seidel.de>
Acked-by: Jim Cromie <jim.cromie@gmail.com>
Cc: "Mark M. Hoffman" <mhoffman@lightlink.com>
Cc: Roger Lucas <vt8231@hiddenengine.co.uk>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/pc87360.c')
-rw-r--r-- | drivers/hwmon/pc87360.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/pc87360.c b/drivers/hwmon/pc87360.c index fb052fea3744..4a64b85d4ec9 100644 --- a/drivers/hwmon/pc87360.c +++ b/drivers/hwmon/pc87360.c @@ -44,7 +44,7 @@ #include <linux/err.h> #include <linux/mutex.h> #include <linux/acpi.h> -#include <asm/io.h> +#include <linux/io.h> static u8 devid; static struct platform_device *pdev; |