From: Benoit Cousson Date: Thu, 23 Feb 2012 20:50:10 +0000 (+0100) Subject: gpio/omap: Fix IRQ handling for SPARSE_IRQ X-Git-Tag: v3.4-rc1~65^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25db711df3258d125dc1209800317e5c0ef3c870;p=pandora-kernel.git gpio/omap: Fix IRQ handling for SPARSE_IRQ The driver is still relying on internal OMAP IRQ defines that are not relevant anymore if OMAP is built with SPARSE_IRQ. Replace the defines with the proper IRQ base number. Clean some comment style issue. Remove some hidden and ugly cpu_class_is_omap1() inside the gpio header. Signed-off-by: Benoit Cousson Tested-by: Tarun Kanti DebBarma --- Reading git-diff-tree failed