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-pnx4008 | |
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-pnx4008')
-rw-r--r-- | arch/arm/mach-pnx4008/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pnx4008/serial.c b/arch/arm/mach-pnx4008/serial.c index 2e1e04cc048c..10322384e45d 100644 --- a/arch/arm/mach-pnx4008/serial.c +++ b/arch/arm/mach-pnx4008/serial.c | |||
@@ -16,7 +16,7 @@ | |||
16 | #include <asm/io.h> | 16 | #include <asm/io.h> |
17 | 17 | ||
18 | #include <asm/arch/platform.h> | 18 | #include <asm/arch/platform.h> |
19 | #include <asm/arch/hardware.h> | 19 | #include <asm/hardware.h> |
20 | 20 | ||
21 | #include <linux/serial_core.h> | 21 | #include <linux/serial_core.h> |
22 | #include <linux/serial_reg.h> | 22 | #include <linux/serial_reg.h> |