diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-07-07 09:54:39 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-10-24 04:54:49 +0200 |
commit | fd3edcbe9f7bf24b13cadca7616f8e10bbe7e2b3 (patch) | |
tree | 0865f4e54cf1985eff2421a382b0bc238a506ce6 /arch/arm/mach-shmobile/setup-r8a73a4.c | |
parent | ARM: shmobile: ape6evm-reference: Initialise CMT1 device using DT (diff) | |
download | linux-fd3edcbe9f7bf24b13cadca7616f8e10bbe7e2b3.tar.xz linux-fd3edcbe9f7bf24b13cadca7616f8e10bbe7e2b3.zip |
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/arm/mach-shmobile/setup-r8a73a4.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a73a4.c | 4 |
1 files changed, 0 insertions, 4 deletions
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[] = { &cmt##idx##_platform_data, \ sizeof(struct sh_timer_config)) -void __init r8a73a4_add_dt_devices(void) -{ -} - /* DMA */ static const struct sh_dmae_slave_config dma_slaves[] = { { |