]> git.baikalelectronics.ru Git - kernel.git/commit
gpio/mxc/mxs: fix build error introduced by the irq_gc_ack() renaming
authorShawn Guo <shawn.guo@linaro.org>
Tue, 19 Jul 2011 13:16:56 +0000 (21:16 +0800)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 19 Jul 2011 19:10:02 +0000 (13:10 -0600)
commita5e14b1533f2c7578736451986deaea7b33af348
treefc76a7575eefa32f214e42c35e592467faad5934
parent40d21b7997b14df23131d6d332b2f9b78710526c
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.

  aeeacc5bdf1c8c78baf51af79982a4e95b9e0ab8
  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>
drivers/gpio/gpio-mxc.c
drivers/gpio/gpio-mxs.c