diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-12-05 11:39:41 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-01-03 10:50:45 +0100 |
commit | 70def3e53694a65c5583fb5f411491a5074bab18 (patch) | |
tree | b4113bf3d118bd1795e298ff037c0e838f6d7d79 /arch/arm/mach-shmobile/rcar-gen2.h | |
parent | ARM: shmobile: r8a7791: Allow booting secondary CPU cores in debug mode (diff) | |
download | linux-70def3e53694a65c5583fb5f411491a5074bab18.tar.xz linux-70def3e53694a65c5583fb5f411491a5074bab18.zip |
ARM: shmobile: rcar-gen2: Remove unused rcar_gen2_read_mode_pins()
After
1. commit 9f5ce39ddb8f68b3 ("ARM: shmobile: rcar-gen2: Obtain extal
frequency from DT"),
2. commit 80951f04c3f92533 ("ARM: shmobile: rcar-gen2: Stop passing
mode pins state to clock driver"),
3. and handling of debug resource reset,
there are no more users of rcar_gen2_read_mode_pins() left.
Remove the function and its support definitions.
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/rcar-gen2.h')
-rw-r--r-- | arch/arm/mach-shmobile/rcar-gen2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/rcar-gen2.h b/arch/arm/mach-shmobile/rcar-gen2.h index 8a66b4aae035..6792e249cf56 100644 --- a/arch/arm/mach-shmobile/rcar-gen2.h +++ b/arch/arm/mach-shmobile/rcar-gen2.h @@ -2,8 +2,6 @@ #define __ASM_RCAR_GEN2_H__ void rcar_gen2_timer_init(void); -#define MD(nr) BIT(nr) -u32 rcar_gen2_read_mode_pins(void); void rcar_gen2_reserve(void); void rcar_gen2_pm_init(void); |