Skip to content

Commit

Permalink
Merge branch 'local_timers-for-arm-soc' of git://git.kernel.org/pub/s…
Browse files Browse the repository at this point in the history
…cm/linux/kernel/git/maz/arm-platforms into next/timer

* 'local_timers-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms:
  ARM: ux500: fix compilation after local timer rework
  • Loading branch information
Arnd Bergmann committed Mar 15, 2012
2 parents 648ab3d + 218a280 commit c0206e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-ux500/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include <mach/setup.h>
#include <mach/hardware.h>
#include <mach/irqs.h>

#ifdef CONFIG_HAVE_ARM_TWD
static DEFINE_TWD_LOCAL_TIMER(u5500_twd_local_timer,
Expand Down Expand Up @@ -41,7 +42,6 @@ static void __init ux500_timer_init(void)
{
void __iomem *mtu_timer_base;
void __iomem *prcmu_timer_base;
int err;

if (cpu_is_u5500()) {
mtu_timer_base = __io_address(U5500_MTU0_BASE);
Expand Down

0 comments on commit c0206e2

Please sign in to comment.