aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/r8a7779.h
diff options
context:
space:
mode:
authorMagnus Damm <damm+renesas@opensource.se>2015-07-16 16:54:03 +0900
committerSimon Horman <horms+renesas@verge.net.au>2015-07-28 09:27:16 +0900
commitc99cd90d98a98aa101b169e44d249e5cd71f46f2 (patch)
tree66315655241607212caa11432fce9270802e3acb /arch/arm/mach-shmobile/r8a7779.h
parentARM: shmobile: marzen: Remove legacy board code (diff)
downloadlinux-dev-c99cd90d98a98aa101b169e44d249e5cd71f46f2.tar.xz
linux-dev-c99cd90d98a98aa101b169e44d249e5cd71f46f2.zip
ARM: shmobile: r8a7779: Remove legacy SoC code
Now when the Marzen legacy board code is gone this patch removes the unused r8a7779 legacy SoC code. Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/r8a7779.h')
-rw-r--r--arch/arm/mach-shmobile/r8a7779.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/mach-shmobile/r8a7779.h b/arch/arm/mach-shmobile/r8a7779.h
index f69c7477178b..db303f76704e 100644
--- a/arch/arm/mach-shmobile/r8a7779.h
+++ b/arch/arm/mach-shmobile/r8a7779.h
@@ -3,24 +3,7 @@
#include <linux/sh_clk.h>
-/* HPB-DMA slave IDs */
-enum {
- HPBDMA_SLAVE_DUMMY,
- HPBDMA_SLAVE_SDHI0_TX,
- HPBDMA_SLAVE_SDHI0_RX,
-};
-
-extern void r8a7779_init_irq_extpin(int irlm);
-extern void r8a7779_init_irq_dt(void);
-extern void r8a7779_map_io(void);
-extern void r8a7779_earlytimer_init(void);
-extern void r8a7779_add_early_devices(void);
-extern void r8a7779_add_standard_devices(void);
-extern void r8a7779_init_late(void);
-extern u32 r8a7779_read_mode_pins(void);
-extern void r8a7779_pinmux_init(void);
extern void r8a7779_pm_init(void);
-extern void r8a7779_register_twd(void);
#ifdef CONFIG_PM
extern void __init r8a7779_init_pm_domains(void);