diff options
| -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 b2d3ee1d183..5689ce62fd8 100644 --- a/drivers/gpio/gpio-pxa.c +++ b/drivers/gpio/gpio-pxa.c @@ -22,6 +22,8 @@  #include <linux/syscore_ops.h>  #include <linux/slab.h> +#include <mach/irqs.h> +  /*   * We handle the GPIOs by banks, each bank covers up to 32 GPIOs with   * one set of registers. The register offsets are organized below:  |