diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2015-07-13 15:15:33 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-07-28 09:27:15 +0900 |
commit | 640780efdd97eefd9ee78e1cd03ba97b1a1e1d9a (patch) | |
tree | f264279504596e033e71878d2916e133965d7fb4 /arch/arm/mach-shmobile/r8a7779.h | |
parent | 26f9e03fb1c8b8b5dd2f1ad34da775cc129df98a (diff) | |
download | talos-op-linux-640780efdd97eefd9ee78e1cd03ba97b1a1e1d9a.tar.gz talos-op-linux-640780efdd97eefd9ee78e1cd03ba97b1a1e1d9a.zip |
ARM: shmobile: r8a7779: Cleanup header file
Remove unused function prototypes from r8a7779.h and
make the functions static.
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/r8a7779.h b/arch/arm/mach-shmobile/r8a7779.h index 19f97046dd70..f69c7477178b 100644 --- a/arch/arm/mach-shmobile/r8a7779.h +++ b/arch/arm/mach-shmobile/r8a7779.h @@ -11,7 +11,6 @@ enum { }; extern void r8a7779_init_irq_extpin(int irlm); -extern void r8a7779_init_irq_extpin_dt(int irlm); extern void r8a7779_init_irq_dt(void); extern void r8a7779_map_io(void); extern void r8a7779_earlytimer_init(void); @@ -19,7 +18,6 @@ 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_clock_init(void); extern void r8a7779_pinmux_init(void); extern void r8a7779_pm_init(void); extern void r8a7779_register_twd(void); |