Skip to content

Commit

Permalink
ARM: shmobile: ape6evm: Remove duplicate CPUFreq bits
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Magnus Damm authored and Simon Horman committed Aug 22, 2014
1 parent aa0bdc3 commit 664b4c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-shmobile/board-ape6evm-reference.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 664b4c1

Please sign in to comment.