diff options
Diffstat (limited to 'drivers/gpio/pm8916_gpio.c')
-rw-r--r-- | drivers/gpio/pm8916_gpio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpio/pm8916_gpio.c b/drivers/gpio/pm8916_gpio.c index 42f068ecb6..3b6de9d715 100644 --- a/drivers/gpio/pm8916_gpio.c +++ b/drivers/gpio/pm8916_gpio.c @@ -14,8 +14,6 @@ #include <asm/gpio.h> #include <linux/bitops.h> -DECLARE_GLOBAL_DATA_PTR; - /* Register offset for each gpio */ #define REG_OFFSET(x) ((x) * 0x100) |