diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-02-26 14:52:45 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-26 14:52:45 +0900 |
commit | 96de1a8f0275bd67f243833e7088baced518f873 (patch) | |
tree | 017385a3c5665c3bd7a732a875c2584a647e58d5 /arch/sh/kernel/cpu/sh4a/setup-sh7722.c | |
parent | 8b1d16540c6ae4e62fcff56bd47794951b3ca87a (diff) |
serial: Move asm-sh/sci.h to linux/serial_sci.h.
This header is needed on other architectures as well (namely h8300),
which currently fails to build without this in place. Rather than
duplicating the port definition completely there, just move this to a
common location instead.
This should get h8300 working again for 2.6.25, in addition to the
changes already pushed by Sato-san in -rc2.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/setup-sh7722.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7722.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c index 73c778d40d1..b98b4bc93ec 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c @@ -10,9 +10,9 @@ #include <linux/platform_device.h> #include <linux/init.h> #include <linux/serial.h> +#include <linux/serial_sci.h> #include <linux/mm.h> #include <asm/mmzone.h> -#include <asm/sci.h> static struct resource usbf_resources[] = { [0] = { |