diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-15 13:53:41 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-15 13:53:41 -0700 |
commit | 7bd3b61853da6d2fc579e27c7a1ac1e9fc968d1a (patch) | |
tree | 759e7942376794d13a792efd91a0013fec424cb1 /drivers/mfd/menelaus.c | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 (diff) | |
download | linux-7bd3b61853da6d2fc579e27c7a1ac1e9fc968d1a.tar.bz2 |
ARM: OMAP2: Move plat/menelaus.h to linux/mfd/menelaus.h
We can move menelaus.h to live with other mfd headers to
get it out of plat for ARM common zImage support.
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/mfd/menelaus.c')
-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 55d589981412..998ce8cb3065 100644 --- a/drivers/mfd/menelaus.c +++ b/drivers/mfd/menelaus.c @@ -41,11 +41,11 @@ #include <linux/rtc.h> #include <linux/bcd.h> #include <linux/slab.h> +#include <linux/mfd/menelaus.h> #include <asm/mach/irq.h> #include <asm/gpio.h> -#include <plat/menelaus.h> #define DRIVER_NAME "menelaus" |