projects
/
karo-tx-uboot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d92fe3e
)
mxs_gpio: remove unused defines
author
Lothar Waßmann
<LW@KARO-electronics.de>
Thu, 30 Jun 2016 10:30:15 +0000
(12:30 +0200)
committer
Lothar Waßmann
<LW@KARO-electronics.de>
Thu, 30 Jun 2016 12:34:05 +0000
(14:34 +0200)
drivers/gpio/mxs_gpio.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/mxs_gpio.c
b/drivers/gpio/mxs_gpio.c
index
82ae23d
..
a841237
100644
(file)
--- a/
drivers/gpio/mxs_gpio.c
+++ b/
drivers/gpio/mxs_gpio.c
@@
-35,13
+35,6
@@
#error "Please select CONFIG_SOC_MX23 or CONFIG_SOC_MX28"
#endif
-#define GPIO_INT_FALL_EDGE 0x0
-#define GPIO_INT_LOW_LEV 0x1
-#define GPIO_INT_RISE_EDGE 0x2
-#define GPIO_INT_HIGH_LEV 0x3
-#define GPIO_INT_LEV_MASK (1 << 0)
-#define GPIO_INT_POL_MASK (1 << 1)
-
void mxs_gpio_init(void)
{
int i;