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 11:54:49 +0900 |
commit | fd3edcbe9f7bf24b13cadca7616f8e10bbe7e2b3 (patch) | |
tree | 0865f4e54cf1985eff2421a382b0bc238a506ce6 /arch/arm/mach-shmobile/board-ape6evm-reference.c | |
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/arm/mach-shmobile/board-ape6evm-reference.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-ape6evm-reference.c | 1 |
1 files changed, 0 insertions, 1 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) clk_put(parent); clk_put(mp); - r8a73a4_add_dt_devices(); of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); } |