commit | 591567a5ea25852f20b7ef2953f6f72020121199 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Tue Jul 19 21:16:56 2011 +0800 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue Jul 19 13:10:02 2011 -0600 |
tree | fc76a7575eefa32f214e42c35e592467faad5934 | |
parent | 752ad5e82dfd83851e44a2b9da8761994cd7e61c [diff] |
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 <shawn.guo@linaro.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>