diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-07-07 03:54:39 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-10-23 22:54:49 -0400 |
commit | fd3edcbe9f7bf24b13cadca7616f8e10bbe7e2b3 (patch) | |
tree | 0865f4e54cf1985eff2421a382b0bc238a506ce6 /arch | |
parent | dfb846c95e3a7bb14f3aa61473aa4be0a8fe02ab (diff) |
ARM: shmobile: r8a73a4: Remove empty r8a73a4_add_dt_devices
r8a73a4_add_dt_devices() no longer enables any devices
so remove it.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-shmobile/board-ape6evm-reference.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/r8a73a4.h | 1 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a73a4.c | 4 |
3 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-shmobile/board-ape6evm-reference.c b/arch/arm/mach-shmobile/board-ape6evm-reference.c index a6503d8c77de..7c7c6f7cb0e3 100644 --- a/arch/arm/mach-shmobile/board-ape6evm-reference.c +++ b/arch/arm/mach-shmobile/board-ape6evm-reference.c | |||
@@ -48,7 +48,6 @@ static void __init ape6evm_add_standard_devices(void) | |||
48 | clk_put(parent); | 48 | clk_put(parent); |
49 | clk_put(mp); | 49 | clk_put(mp); |
50 | 50 | ||
51 | r8a73a4_add_dt_devices(); | ||
52 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); | 51 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); |
53 | } | 52 | } |
54 | 53 | ||
diff --git a/arch/arm/mach-shmobile/r8a73a4.h b/arch/arm/mach-shmobile/r8a73a4.h index 5fafd6fcedf7..70dcd847a86e 100644 --- a/arch/arm/mach-shmobile/r8a73a4.h +++ b/arch/arm/mach-shmobile/r8a73a4.h | |||
@@ -11,7 +11,6 @@ enum { | |||
11 | }; | 11 | }; |
12 | 12 | ||
13 | void r8a73a4_add_standard_devices(void); | 13 | void r8a73a4_add_standard_devices(void); |
14 | void r8a73a4_add_dt_devices(void); | ||
15 | void r8a73a4_clock_init(void); | 14 | void r8a73a4_clock_init(void); |
16 | void r8a73a4_pinmux_init(void); | 15 | void r8a73a4_pinmux_init(void); |
17 | 16 | ||
diff --git a/arch/arm/mach-shmobile/setup-r8a73a4.c b/arch/arm/mach-shmobile/setup-r8a73a4.c index 3b7efc04e2f5..179f28a2f794 100644 --- a/arch/arm/mach-shmobile/setup-r8a73a4.c +++ b/arch/arm/mach-shmobile/setup-r8a73a4.c | |||
@@ -187,10 +187,6 @@ static struct resource cmt1_resources[] = { | |||
187 | &cmt##idx##_platform_data, \ | 187 | &cmt##idx##_platform_data, \ |
188 | sizeof(struct sh_timer_config)) | 188 | sizeof(struct sh_timer_config)) |
189 | 189 | ||
190 | void __init r8a73a4_add_dt_devices(void) | ||
191 | { | ||
192 | } | ||
193 | |||
194 | /* DMA */ | 190 | /* DMA */ |
195 | static const struct sh_dmae_slave_config dma_slaves[] = { | 191 | static const struct sh_dmae_slave_config dma_slaves[] = { |
196 | { | 192 | { |