diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-06-20 12:53:05 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-25 03:52:39 -0400 |
commit | 1b55353c9214788b0d0797a5fd4585af1557a12c (patch) | |
tree | d6f2d2407874a685b151e0af56b755b78eb2c626 /arch/arm/mach-shmobile/include | |
parent | c1a0f9932b66b2298163c31f8ac3f2844476e1c2 (diff) |
ARM: shmobile: Move r8a7779.h
Change location of r8a7779.h so it can be included as "r8a7779.h"
instead of the old style <mach/r8a7779.h>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/r8a7779.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7779.h b/arch/arm/mach-shmobile/include/mach/r8a7779.h deleted file mode 100644 index 5415c719dc19..000000000000 --- a/arch/arm/mach-shmobile/include/mach/r8a7779.h +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | #ifndef __ASM_R8A7779_H__ | ||
2 | #define __ASM_R8A7779_H__ | ||
3 | |||
4 | #include <linux/sh_clk.h> | ||
5 | |||
6 | /* HPB-DMA slave IDs */ | ||
7 | enum { | ||
8 | HPBDMA_SLAVE_DUMMY, | ||
9 | HPBDMA_SLAVE_SDHI0_TX, | ||
10 | HPBDMA_SLAVE_SDHI0_RX, | ||
11 | }; | ||
12 | |||
13 | extern void r8a7779_init_irq_extpin(int irlm); | ||
14 | extern void r8a7779_init_irq_extpin_dt(int irlm); | ||
15 | extern void r8a7779_init_irq_dt(void); | ||
16 | extern void r8a7779_map_io(void); | ||
17 | extern void r8a7779_earlytimer_init(void); | ||
18 | extern void r8a7779_add_early_devices(void); | ||
19 | extern void r8a7779_add_standard_devices(void); | ||
20 | extern void r8a7779_add_standard_devices_dt(void); | ||
21 | extern void r8a7779_init_late(void); | ||
22 | extern u32 r8a7779_read_mode_pins(void); | ||
23 | extern void r8a7779_clock_init(void); | ||
24 | extern void r8a7779_pinmux_init(void); | ||
25 | extern void r8a7779_pm_init(void); | ||
26 | extern void r8a7779_register_twd(void); | ||
27 | |||
28 | #ifdef CONFIG_PM | ||
29 | extern void __init r8a7779_init_pm_domains(void); | ||
30 | #else | ||
31 | static inline void r8a7779_init_pm_domains(void) {} | ||
32 | #endif /* CONFIG_PM */ | ||
33 | |||
34 | extern struct smp_operations r8a7779_smp_ops; | ||
35 | |||
36 | #endif /* __ASM_R8A7779_H__ */ | ||