Skip to content

Commit

Permalink
ARM: shmobile: r8a7779: Remove legacy SoC code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Magnus Damm authored and Simon Horman committed Jul 28, 2015
1 parent b97fdb8 commit c99cd90
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 968 deletions.
1 change: 0 additions & 1 deletion arch/arm/mach-shmobile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ obj-y += clock.o
obj-$(CONFIG_ARCH_SH73A0) += clock-sh73a0.o
obj-$(CONFIG_ARCH_R8A7740) += clock-r8a7740.o
obj-$(CONFIG_ARCH_R8A7778) += clock-r8a7778.o
obj-$(CONFIG_ARCH_R8A7779) += clock-r8a7779.o
endif

# CPU reset vector handling objects
Expand Down
271 changes: 0 additions & 271 deletions arch/arm/mach-shmobile/clock-r8a7779.c

This file was deleted.

17 changes: 0 additions & 17 deletions arch/arm/mach-shmobile/r8a7779.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Loading

0 comments on commit c99cd90

Please sign in to comment.