diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-06-17 03:47:45 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 04:09:39 -0400 |
commit | 6b8b0cb477b3e77721982effae3415f3c5f58fee (patch) | |
tree | 3af4490cbd6f9f18ff4b385e672f57075cb21d09 /arch/arm/mach-shmobile/board-mackerel.c | |
parent | fd44aa5e570d1d8c7d361dcbf94c2b8cd25cfe92 (diff) |
ARM: shmobile: Move pm-rmobile.h, cleanup sh73xx.h
Change location of pm-rmobile.h so it can be used as #include "pm-rmobile.h"
instead of the old style #include <mach/pm-rmobile.h>. Also clean up
the sh7372 and sh73a0 header files to get rid of unused include files.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-mackerel.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-mackerel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index 3558ff0f834a..0ece865cbc4d 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c | |||
@@ -47,6 +47,7 @@ | |||
47 | #include <linux/regulator/fixed.h> | 47 | #include <linux/regulator/fixed.h> |
48 | #include <linux/regulator/machine.h> | 48 | #include <linux/regulator/machine.h> |
49 | #include <linux/smsc911x.h> | 49 | #include <linux/smsc911x.h> |
50 | #include <linux/sh_clk.h> | ||
50 | #include <linux/tca6416_keypad.h> | 51 | #include <linux/tca6416_keypad.h> |
51 | #include <linux/usb/renesas_usbhs.h> | 52 | #include <linux/usb/renesas_usbhs.h> |
52 | #include <linux/dma-mapping.h> | 53 | #include <linux/dma-mapping.h> |
@@ -62,6 +63,7 @@ | |||
62 | #include <asm/mach-types.h> | 63 | #include <asm/mach-types.h> |
63 | #include "common.h" | 64 | #include "common.h" |
64 | #include "irqs.h" | 65 | #include "irqs.h" |
66 | #include "pm-rmobile.h" | ||
65 | #include "sh-gpio.h" | 67 | #include "sh-gpio.h" |
66 | 68 | ||
67 | /* | 69 | /* |