diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-08-30 05:27:15 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-10-01 12:09:16 -0400 |
commit | bcf5111a58c7db968c3fb9cd77e340a5e076f549 (patch) | |
tree | bda7a24d440798ab72750d9243c8717c2ea2f230 /arch/ia64 | |
parent | 1d5e799663046917a0eb085e716d818af20050b2 (diff) |
[SERIAL] Remove wrong asm/serial.h inclusions
asm/serial.h is supposed to contain the definitions for the architecture
specific 8250 ports for the 8250 driver. It may also define BASE_BAUD,
but this is the base baud for the architecture specific ports _only_.
Therefore, nothing other than the 8250 driver should be including this
header file. In order to move towards this goal, here is a patch which
removes some of the more obvious incorrect includes of the file.
Acked-by: Paul Fulghum <paulkf@microgate.com>
Acked-by: Tony Luck <tony.luck@intel.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/kernel/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/kernel/setup.c b/arch/ia64/kernel/setup.c index 84f93c0f2c66..c4caa8003492 100644 --- a/arch/ia64/kernel/setup.c +++ b/arch/ia64/kernel/setup.c | |||
@@ -54,7 +54,6 @@ | |||
54 | #include <asm/processor.h> | 54 | #include <asm/processor.h> |
55 | #include <asm/sal.h> | 55 | #include <asm/sal.h> |
56 | #include <asm/sections.h> | 56 | #include <asm/sections.h> |
57 | #include <asm/serial.h> | ||
58 | #include <asm/setup.h> | 57 | #include <asm/setup.h> |
59 | #include <asm/smp.h> | 58 | #include <asm/smp.h> |
60 | #include <asm/system.h> | 59 | #include <asm/system.h> |