diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-07-26 03:34:58 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-08-06 05:07:09 -0400 |
commit | fc55190835e02ba5ae23dff40c92ea96db8ec8b6 (patch) | |
tree | 1e68cb943af9fc9729bf27d2b091edd0e80932bb /arch/arm/mach-shmobile/include | |
parent | 044e2121466a2bf528aeb91099df7e37723fb36b (diff) |
ARM: shmobile: r8a7778: cleanup registration of sdhi
sdhi driver which needs platform data at the time of
registration is used from BockW only.
Now, ARM/shmobile aims to support DT,
and the C code base board support will be removed
if DT support is completed.
Current driver registration method which needs platform data
and which is not shared complicates codes.
This means legacy C code cleanup after DT supporting
will be more complicated
This patch registers it on board code as cleanup C code
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
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/r8a7778.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7778.h b/arch/arm/mach-shmobile/include/mach/r8a7778.h index a184a13357b6..aaa054497e96 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7778.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7778.h | |||
@@ -18,7 +18,6 @@ | |||
18 | #ifndef __ASM_R8A7778_H__ | 18 | #ifndef __ASM_R8A7778_H__ |
19 | #define __ASM_R8A7778_H__ | 19 | #define __ASM_R8A7778_H__ |
20 | 20 | ||
21 | #include <linux/mmc/sh_mobile_sdhi.h> | ||
22 | #include <linux/sh_eth.h> | 21 | #include <linux/sh_eth.h> |
23 | 22 | ||
24 | extern void r8a7778_add_standard_devices(void); | 23 | extern void r8a7778_add_standard_devices(void); |
@@ -34,6 +33,5 @@ extern void r8a7778_init_irq_dt(void); | |||
34 | extern void r8a7778_clock_init(void); | 33 | extern void r8a7778_clock_init(void); |
35 | extern void r8a7778_init_irq_extpin(int irlm); | 34 | extern void r8a7778_init_irq_extpin(int irlm); |
36 | extern void r8a7778_pinmux_init(void); | 35 | extern void r8a7778_pinmux_init(void); |
37 | extern void r8a7778_sdhi_init(int id, struct sh_mobile_sdhi_info *info); | ||
38 | 36 | ||
39 | #endif /* __ASM_R8A7778_H__ */ | 37 | #endif /* __ASM_R8A7778_H__ */ |