gpio/mxs: remove irq_high related implementation
authorShawn Guo <shawn.guo@linaro.org>
Tue, 7 Jun 2011 14:00:53 +0000 (22:00 +0800)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 7 Jun 2011 14:59:43 +0000 (08:59 -0600)
commit6161715e3f1adecae9e7c160930add4040fa10e9
tree0e65b3e546d06254ad1adf9b8a7be0f324a2c573
parent06f88a8ae9085e555baf81edbf967764d87dc12f
gpio/mxs: remove irq_high related implementation

The irq_high stuff was mistakenly copied from mxc gpio driver.
The mxs gpio controller has only one irq line for each 32-pin
gpio port.  The patch remove irq_high related codes.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/gpio/gpio-mxs.c