Skip to content

Commit

Permalink
[ARM] Fix cats build
Browse files Browse the repository at this point in the history
Fix more fallout from 894673e.

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>
  • Loading branch information
Russell King authored and Russell King committed Jul 14, 2006
1 parent ab6cf0d commit b1c495f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-footbridge/cats-hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <linux/ioport.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/tty.h>
#include <linux/screen_info.h>

#include <asm/hardware/dec21285.h>
#include <asm/io.h>
Expand Down

0 comments on commit b1c495f

Please sign in to comment.