projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e42d0c
)
[ARM] S3C24XX: Add gpio_to_irq() facility
author
Ben Dooks
<ben-linux@fluff.org>
Thu, 8 Jan 2009 12:33:11 +0000
(12:33 +0000)
committer
Ben Dooks
<ben-linux@fluff.org>
Thu, 8 Jan 2009 16:24:03 +0000
(16:24 +0000)
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>
arch/arm/mach-s3c2410/include/mach/gpio.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c2410/include/mach/gpio.h
b/arch/arm/mach-s3c2410/include/mach/gpio.h
index e0349af8a483f29be67a42ff302f155670792b94..00476a573bbe8c43aabce34e3f4ae3860da40ec1 100644
(file)
--- a/
arch/arm/mach-s3c2410/include/mach/gpio.h
+++ b/
arch/arm/mach-s3c2410/include/mach/gpio.h
@@
-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.