ARM: ux500: fix compilation after local timer rework
authorMarc Zyngier <marc.zyngier@arm.com>
Thu, 15 Mar 2012 11:05:39 +0000 (11:05 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 15 Mar 2012 11:05:39 +0000 (11:05 +0000)
commit218a28014112b20bd15a9e6305c8b46488830bc4
tree937c005d696e4e141ac52233a73630f6fdab4ef6
parent648ab3df21add1bdfa21efeeb0b492ec45cb0a07
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>
arch/arm/mach-ux500/timer.c