diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-01-08 04:58:51 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-01-08 11:29:41 -0500 |
commit | 934848daa34af53de16cd8125d04346dffee9e87 (patch) | |
tree | c48158ffd681bfa2fca924f47e7a7031eaa2d5f1 /drivers/video | |
parent | 13731d1a2faddc6895a1c569a66a2c41020a92e6 (diff) |
[ARM] Fix realview build
arch/arm/mach-realview/platsmp.c:140: error: 'jiffies' undeclared (first use in this function)
drivers/amba/bus.c:246: error: 'NO_IRQ' undeclared (first use in this function)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/amba-clcd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/amba-clcd.c b/drivers/video/amba-clcd.c index 2ac52fd8cc11..4e046fed1380 100644 --- a/drivers/video/amba-clcd.c +++ b/drivers/video/amba-clcd.c | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <linux/amba/bus.h> | 24 | #include <linux/amba/bus.h> |
25 | #include <linux/amba/clcd.h> | 25 | #include <linux/amba/clcd.h> |
26 | #include <linux/clk.h> | 26 | #include <linux/clk.h> |
27 | #include <linux/hardirq.h> | ||
27 | 28 | ||
28 | #include <asm/sizes.h> | 29 | #include <asm/sizes.h> |
29 | 30 | ||