diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-02 18:28:30 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-17 14:26:55 +0900 |
commit | 8d7217e5d74966e1016dad1f48fdaebb85deb685 (patch) | |
tree | 332d1b74155f53786739101573083bf898069bf0 /arch/arm/mach-shmobile/include/mach/emev2.h | |
parent | b9a30ef1d354c0bc0cc6d973bbe7ede9f00716ee (diff) | |
download | blackbird-op-linux-8d7217e5d74966e1016dad1f48fdaebb85deb685.tar.gz blackbird-op-linux-8d7217e5d74966e1016dad1f48fdaebb85deb685.zip |
ARM: shmobile: Disconnect EMEV2 SMP code from clocks
Update the EMEV2 SMP code to access the SMU directly
instead of relying on help from the legacy clock code.
This change moves us one step closer to common clocks.
Signed-off-by: Magnus Damm <damm@opensource.se>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/emev2.h')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/emev2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/emev2.h b/arch/arm/mach-shmobile/include/mach/emev2.h index b0ab4b72770a..c2eb7568d9be 100644 --- a/arch/arm/mach-shmobile/include/mach/emev2.h +++ b/arch/arm/mach-shmobile/include/mach/emev2.h @@ -5,7 +5,6 @@ extern void emev2_map_io(void); extern void emev2_init_delay(void); extern void emev2_add_standard_devices(void); extern void emev2_clock_init(void); -extern void emev2_set_boot_vector(unsigned long value); #define EMEV2_GPIO_BASE 200 #define EMEV2_GPIO_IRQ(n) (EMEV2_GPIO_BASE + (n)) |