diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-11 12:22:19 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-17 01:26:56 -0400 |
commit | 512e53bc7f0088e3adfd89b3fea3447495fc8423 (patch) | |
tree | 16f011bbec8839107a77e0fa4d71fb9a28bede51 /arch/arm/mach-shmobile/include | |
parent | 9a1456242c7c644d0032032ba80e8538b8322d3c (diff) |
ARM: shmobile: Introduce r8a7790_read_mode_pins()
Break out the r8a7790 boot mode code into a separate
function so it can be shared by multiple users.
Signed-off-by: Magnus Damm <damm@opensource.se>
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/r8a7790.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7790.h b/arch/arm/mach-shmobile/include/mach/r8a7790.h index 7851cc1bc9fb..7aaef409a059 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7790.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7790.h | |||
@@ -7,4 +7,7 @@ void r8a7790_pinmux_init(void); | |||
7 | void r8a7790_init_delay(void); | 7 | void r8a7790_init_delay(void); |
8 | void r8a7790_timer_init(void); | 8 | void r8a7790_timer_init(void); |
9 | 9 | ||
10 | #define MD(nr) BIT(nr) | ||
11 | u32 r8a7790_read_mode_pins(void); | ||
12 | |||
10 | #endif /* __ASM_R8A7790_H__ */ | 13 | #endif /* __ASM_R8A7790_H__ */ |