diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-07-26 05:54:55 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-08 09:27:44 -0400 |
commit | 1bc857f700fb14bbcb990a81b1255f39807ae59e (patch) | |
tree | a587ef3eda0ea6d6a682b4bd5a8f6a6bcb814739 /drivers/mfd | |
parent | 2f8163baada3dbd0ce891c35bc59ae46e773487a (diff) |
ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/menelaus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/menelaus.c b/drivers/mfd/menelaus.c index 9cee8e7f0bcb..af5d9d061371 100644 --- a/drivers/mfd/menelaus.c +++ b/drivers/mfd/menelaus.c | |||
@@ -44,7 +44,7 @@ | |||
44 | 44 | ||
45 | #include <asm/mach/irq.h> | 45 | #include <asm/mach/irq.h> |
46 | 46 | ||
47 | #include <mach/gpio.h> | 47 | #include <asm/gpio.h> |
48 | #include <plat/menelaus.h> | 48 | #include <plat/menelaus.h> |
49 | 49 | ||
50 | #define DRIVER_NAME "menelaus" | 50 | #define DRIVER_NAME "menelaus" |