diff options
Diffstat (limited to 'drivers/gpio')
| -rw-r--r-- | drivers/gpio/gpio-pxa.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-pxa.c b/drivers/gpio/gpio-pxa.c index 5d6a86bfc68..9052925c6fa 100644 --- a/drivers/gpio/gpio-pxa.c +++ b/drivers/gpio/gpio-pxa.c @@ -18,6 +18,8 @@  #include <linux/syscore_ops.h>  #include <linux/slab.h> +#include <mach/gpio-pxa.h> +  int pxa_last_gpio;  struct pxa_gpio_chip {  |