diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2012-01-10 23:44:19 +0400 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2012-03-13 17:45:33 +0400 |
commit | 08efd6ca6fae8ee22617b8d9d3f87d4e4cd56dab (patch) | |
tree | 4d2595267c0487da31a94f7a889d9c20c30887bd /arch/arm/mach-ux500/cpu.c | |
parent | 4200b16d58cd34ff8e1616d8ed77417f8fc44864 (diff) | |
download | linux-08efd6ca6fae8ee22617b8d9d3f87d4e4cd56dab.tar.xz |
ARM: ux500: convert to twd_local_timer_register() interface
Add support for the new smp_twd runtime registration interface
to the ux500 platforms, and remove the old compile-time support.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/mach-ux500/cpu.c')
-rw-r--r-- | arch/arm/mach-ux500/cpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/cpu.c b/arch/arm/mach-ux500/cpu.c index f41857494375..851308bf6424 100644 --- a/arch/arm/mach-ux500/cpu.c +++ b/arch/arm/mach-ux500/cpu.c @@ -14,7 +14,6 @@ #include <asm/hardware/gic.h> #include <asm/mach/map.h> -#include <asm/localtimer.h> #include <mach/hardware.h> #include <mach/setup.h> |