1
0
Fork 0

[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>
hifive-unleashed-5.1
Ryan Mallon 2009-07-15 21:31:46 +01:00 committed by Russell King
parent 5b1c3c858c
commit 595c050d89
1 changed files with 1 additions and 0 deletions

View File

@ -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>