diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-08-20 15:10:15 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-08-22 04:59:03 +0200 |
commit | 664b4c172209f076866419a5a4162e4fc9631807 (patch) | |
tree | c29b834f844d19230e54de8a2816881ec0295289 /arch/arm/mach-shmobile/board-ape6evm-reference.c | |
parent | ARM: shmobile: sh73a0: Remove duplicate CPUFreq bits (diff) | |
download | linux-664b4c172209f076866419a5a4162e4fc9631807.tar.xz linux-664b4c172209f076866419a5a4162e4fc9631807.zip |
ARM: shmobile: ape6evm: Remove duplicate CPUFreq bits
The CPUFreq platform device is already registered by
shmobile_init_late(), so get rid of ape6evm specific bits.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
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 2f7723e5fe91..ac371b78f05c 100644 --- a/arch/arm/mach-shmobile/board-ape6evm-reference.c +++ b/arch/arm/mach-shmobile/board-ape6evm-reference.c @@ -50,7 +50,6 @@ static void __init ape6evm_add_standard_devices(void) r8a73a4_add_dt_devices(); of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); - platform_device_register_simple("cpufreq-cpu0", -1, NULL, 0); } static const char *ape6evm_boards_compat_dt[] __initdata = { |