From: Tony Lindgren Date: Tue, 16 Oct 2012 18:19:16 +0000 (-0700) Subject: ARM: OMAP4: Fix twd_local_timer_register regression X-Git-Tag: omap-for-v3.7-rc1/fixes-take5-signed~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f216ef3f451f91d98dc5c69221a507e327eef3a;p=pandora-kernel.git ARM: OMAP4: Fix twd_local_timer_register regression Commit 7d7e1eba (ARM: OMAP2+: Prepare for irqs.h removal) changed the interrupts to allow enabling sparse IRQ, but accidentally added the omap3 INTC base to the local IRQ. This causes the following: twd: can't register interrupt 45 (-22) twd_local_timer_register failed -22 The right fix is to not add any base, as it is a local timer. For the OMAP44XX_IRQ_LOCALWDT we had defined earlier there are no users, so no need to fix that. Reported-by: Russell King Acked-by: Santosh Shilimkar Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed