diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-06-20 14:53:16 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-20 14:53:16 -0400 |
commit | ea75ee9ab8835ece099589c729574aa8aa94c0a6 (patch) | |
tree | e9b57958efda53f15dbb17dcb05bbba129d78e26 /arch/arm/mach-netx | |
parent | 3a8182bd886ab4197c9021645fac7a6f2bdc47ec (diff) |
[ARM] Include asm/hardware.h not asm/arch/hardware.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-netx')
-rw-r--r-- | arch/arm/mach-netx/fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-netx/fb.c b/arch/arm/mach-netx/fb.c index e169b683e4de..ef0ab6115c0b 100644 --- a/arch/arm/mach-netx/fb.c +++ b/arch/arm/mach-netx/fb.c | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <linux/amba/clcd.h> | 24 | #include <linux/amba/clcd.h> |
25 | 25 | ||
26 | #include <asm/arch/netx-regs.h> | 26 | #include <asm/arch/netx-regs.h> |
27 | #include <asm/arch/hardware.h> | 27 | #include <asm/hardware.h> |
28 | 28 | ||
29 | struct clk {}; | 29 | struct clk {}; |
30 | 30 | ||