diff options
author | Ryan Mallon <ryan@bluewatersys.com> | 2009-07-15 21:31:46 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-07-17 13:35:58 +0100 |
commit | 595c050d89e91e91cca3845e48b01042677bd19e (patch) | |
tree | a239870f7a2398ee62bafc5b9c825616f8180432 /arch/arm/mach-ep93xx/gpio.c | |
parent | 5b1c3c858cff4da95b9f7091eef424e706784cab (diff) | |
download | blackbird-op-linux-595c050d89e91e91cca3845e48b01042677bd19e.tar.gz blackbird-op-linux-595c050d89e91e91cca3845e48b01042677bd19e.zip |
[ARM] 5605/1: Fix ep93xx gpio.c headers
Fix a number of build errors in ep93xx gpio.c due to to missing irq.h
Signed-off-by: Ryan Mallon <ryan@bluewatersys.com>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ep93xx/gpio.c')
-rw-r--r-- | arch/arm/mach-ep93xx/gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/gpio.c b/arch/arm/mach-ep93xx/gpio.c index 2d83d69e2eed..1ea8871e03a9 100644 --- a/arch/arm/mach-ep93xx/gpio.c +++ b/arch/arm/mach-ep93xx/gpio.c @@ -18,6 +18,7 @@ #include <linux/seq_file.h> #include <linux/io.h> #include <linux/gpio.h> +#include <linux/irq.h> #include <mach/hardware.h> |