From fc8d7263cad464c80ba23fac6bc8abe4b6e37a39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Thu, 30 Jun 2016 12:30:15 +0200 Subject: [PATCH] mxs_gpio: remove unused defines --- drivers/gpio/mxs_gpio.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/gpio/mxs_gpio.c b/drivers/gpio/mxs_gpio.c index 82ae23d315..a84123705b 100644 --- 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; -- 2.39.2