Commit 595c050d authored by Ryan Mallon's avatar Ryan Mallon Committed by Russell King

[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: default avatarRyan Mallon <ryan@bluewatersys.com>
Acked-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 5b1c3c85
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment