aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Sanders <vince@org.rmk.(none)>2005-03-30 20:34:03 +0100
committerRussell King <rmk@flint.arm.linux.org.uk>2005-03-30 20:34:03 +0100
commit3f014b4b5c13175d7228c3252e451f4634ccffa9 (patch)
tree69f1b2ce64f3ea8742babfe4c9868ce0281e0173
parenta812fcba4dc30c8ef7c84b51aa4fa291ccb747dc (diff)
downloadhistory-3f014b4b5c13175d7228c3252e451f4634ccffa9.tar.gz
[ARM PATCH] 2636/1: Missing include breaking cats build
Patch from Vincent Sanders Fixes missing include which breaks footbridge_defconfig build Signed-off-by: Vincent Sanders Signed-off-by: Russell King
-rw-r--r--arch/arm/mach-footbridge/cats-hw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-footbridge/cats-hw.c b/arch/arm/mach-footbridge/cats-hw.c
index f94d176c3201d..d1ced86c379c4 100644
--- a/arch/arm/mach-footbridge/cats-hw.c
+++ b/arch/arm/mach-footbridge/cats-hw.c
@@ -8,6 +8,7 @@
#include <linux/ioport.h>
#include <linux/kernel.h>
#include <linux/init.h>
+#include <linux/tty.h>
#include <asm/hardware/dec21285.h>
#include <asm/io.h>