ARM: ux500: fix compilation after local timer rework
mach-ux500/timer.c lacked the inclusion of mach/irqs.h, and thus failed to compile. Fix it and also remove an unused variable. Test compiled only. Reported-by: Lee Jones <lee.jones@linaro.org> Cc: Arnd Bergman <arnd@arndb.de> Cc: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
This commit is contained in:
Родитель
648ab3df21
Коммит
218a280141
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
#include <mach/setup.h>
|
#include <mach/setup.h>
|
||||||
#include <mach/hardware.h>
|
#include <mach/hardware.h>
|
||||||
|
#include <mach/irqs.h>
|
||||||
|
|
||||||
#ifdef CONFIG_HAVE_ARM_TWD
|
#ifdef CONFIG_HAVE_ARM_TWD
|
||||||
static DEFINE_TWD_LOCAL_TIMER(u5500_twd_local_timer,
|
static DEFINE_TWD_LOCAL_TIMER(u5500_twd_local_timer,
|
||||||
|
@ -41,7 +42,6 @@ static void __init ux500_timer_init(void)
|
||||||
{
|
{
|
||||||
void __iomem *mtu_timer_base;
|
void __iomem *mtu_timer_base;
|
||||||
void __iomem *prcmu_timer_base;
|
void __iomem *prcmu_timer_base;
|
||||||
int err;
|
|
||||||
|
|
||||||
if (cpu_is_u5500()) {
|
if (cpu_is_u5500()) {
|
||||||
mtu_timer_base = __io_address(U5500_MTU0_BASE);
|
mtu_timer_base = __io_address(U5500_MTU0_BASE);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче