Skip to content

Commit

Permalink
[ARM] S3C24XX: Add gpio_to_irq() facility
Browse files Browse the repository at this point in the history
Add gpio_to_irq() by re-directing the call to the
generic __gpio_to_irq() code in the gpiolib.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Jan 8, 2009
1 parent 9e42d0c commit 4d316fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-s3c2410/include/mach/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#define gpio_get_value __gpio_get_value
#define gpio_set_value __gpio_set_value
#define gpio_cansleep __gpio_cansleep
#define gpio_to_irq __gpio_to_irq

/* some boards require extra gpio capacity to support external
* devices that need GPIO.
Expand Down

0 comments on commit 4d316fc

Please sign in to comment.