[ARM] Fix cats build

Fix more fallout from 894673ee6122a3ce1958e1fe096901ba5356a96b.

arch/arm/mach-footbridge/cats-hw.c: In function 'fixup_cats':
arch/arm/mach-footbridge/cats-hw.c:81: error: 'ORIG_VIDEO_LINES' undeclared (first use in this function)
...

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Russell King and committed by Russell King b1c495ff ab6cf0d0

+1 -1
+1 -1
arch/arm/mach-footbridge/cats-hw.c
··· 8 8 #include <linux/ioport.h> 9 9 #include <linux/kernel.h> 10 10 #include <linux/init.h> 11 - #include <linux/tty.h> 11 + #include <linux/screen_info.h> 12 12 13 13 #include <asm/hardware/dec21285.h> 14 14 #include <asm/io.h>