diff options
author | Yinghai Lu <Yinghai.Lu@Sun.COM> | 2007-07-18 00:49:10 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-18 08:38:22 -0700 |
commit | b187f180cc942e50007aa039f8e3a620ee5f3171 (patch) | |
tree | 5a46af1f8a1a3e2d4852b7ff4df4b339a9b31b7d /arch/frv | |
parent | 04e08d0e9b936b91e761454b3134e260c4f50696 (diff) | |
download | linux-b187f180cc942e50007aa039f8e3a620ee5f3171.tar.bz2 |
serial: add early_serial_setup() back to header file
early_serial_setup was removed from serial.h, but forgot to put in
serial_8250.h
Signed-off-by: Yinghai Lu <yinghai.lu@sun.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/frv')
-rw-r--r-- | arch/frv/kernel/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/frv/kernel/setup.c b/arch/frv/kernel/setup.c index c1c32e4c863d..a74c08786b21 100644 --- a/arch/frv/kernel/setup.c +++ b/arch/frv/kernel/setup.c @@ -29,6 +29,7 @@ #include <linux/serial.h> #include <linux/serial_core.h> #include <linux/serial_reg.h> +#include <linux/serial_8250.h> #include <asm/setup.h> #include <asm/irq.h> |