From: Shawn Guo Date: Tue, 19 Jul 2011 13:16:56 +0000 (+0800) Subject: gpio/mxc/mxs: fix build error introduced by the irq_gc_ack() renaming X-Git-Tag: v3.1-rc1~313^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=591567a5ea25852f20b7ef2953f6f72020121199;p=pandora-kernel.git gpio/mxc/mxs: fix build error introduced by the irq_gc_ack() renaming The following commit renames irq_gc_ack() to irq_gc_ack_set_bit(), and makes gpio-mxc and gpio-mxs fail to build. 659fb32d1b67476f4ade25e9ea0e2642a5b9c4b5 genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd) The patch fixed a couple of typo of comma to semicolon. Signed-off-by: Shawn Guo Signed-off-by: Grant Likely --- Reading git-diff-tree failed