From: Grazvydas Ignotas Date: Sat, 5 May 2012 23:56:52 +0000 (+0300) Subject: ARM: OMAP2+: remove incorrect irq_chip ack field X-Git-Tag: omap-fixes-non-critical-for-v3.5~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d723c17ab6e7f04f49cd715d5de4d4f6edf7b28a;p=pandora-kernel.git ARM: OMAP2+: remove incorrect irq_chip ack field Each irq_chip for the main interrupt controller has offsets set for irq masking registers, which added to respective base results in a pointer to appropriate hardware register. However this is not correct for INTC_CONTROL as there is only one INTC_CONTROL register. This does not cause problems because generic ack code is never called, but remove this assignment to avoid confusion. Signed-off-by: Grazvydas Ignotas Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed