diff options
author | Yinghai Lu <Yinghai.Lu@Sun.COM> | 2007-07-18 03:49:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-18 11:38:22 -0400 |
commit | b187f180cc942e50007aa039f8e3a620ee5f3171 (patch) | |
tree | 5a46af1f8a1a3e2d4852b7ff4df4b339a9b31b7d /arch/ppc/platforms/chestnut.c | |
parent | 04e08d0e9b936b91e761454b3134e260c4f50696 (diff) |
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/ppc/platforms/chestnut.c')
-rw-r--r-- | arch/ppc/platforms/chestnut.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/platforms/chestnut.c b/arch/ppc/platforms/chestnut.c index a764ae71cbcb..248684f50dd9 100644 --- a/arch/ppc/platforms/chestnut.c +++ b/arch/ppc/platforms/chestnut.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <linux/ide.h> | 25 | #include <linux/ide.h> |
26 | #include <linux/serial.h> | 26 | #include <linux/serial.h> |
27 | #include <linux/serial_core.h> | 27 | #include <linux/serial_core.h> |
28 | #include <linux/serial_8250.h> | ||
28 | #include <linux/mtd/physmap.h> | 29 | #include <linux/mtd/physmap.h> |
29 | #include <asm/system.h> | 30 | #include <asm/system.h> |
30 | #include <asm/pgtable.h> | 31 | #include <asm/pgtable.h> |