diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-09-05 17:29:29 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-09-05 17:29:29 +0200 |
commit | 59255f4de51e325571d23c8f6f5046069630619f (patch) | |
tree | 201668e7626b5b385caf0617e24eb0e488e0677b /arch/arm/mach-shmobile/board-ape6evm-reference.c | |
parent | 5fdebdc959d7a8a6f37c4252806e0973093f7ec8 (diff) | |
parent | 86155b35d173317518458c6f9c0a3ea8c5324bed (diff) |
Merge tag 'renesas-soc2-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc
Merge "Second Round Of Renesas ARM Based SoC Updates For v3.18" from Simon Horman:
* Move legacy INTC definitions from irqs.h to intc.h
* Remove duplicate CPUFreq bits on r8a73a0/ape6evm
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* tag 'renesas-soc2-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
ARM: shmobile: Move legacy INTC definitions from irqs.h to intc.h
ARM: shmobile: ape6evm: Remove duplicate CPUFreq bits
ARM: shmobile: sh73a0: Remove duplicate CPUFreq bits
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 9e99b1511a9..a6503d8c77d 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 = { |