This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / ppc / platforms / 85xx / sbc8560.c
index d97c009..c32d662 100644 (file)
@@ -30,9 +30,7 @@
 #include <linux/serial.h>
 #include <linux/tty.h> /* for linux/serial_core.h */
 #include <linux/serial_core.h>
-#include <linux/initrd.h>
 #include <linux/module.h>
-#include <linux/initrd.h>
 
 #include <asm/system.h>
 #include <asm/pgtable.h>
@@ -94,7 +92,6 @@ sbc8560_early_serial_map(void)
         uart_req.iotype = SERIAL_IO_MEM;
         uart_req.mapbase = UARTA_ADDR;
         uart_req.membase = ioremap(uart_req.mapbase, MPC85xx_UART0_SIZE);
-       uart_req.type = PORT_16650;
 
 #if defined(CONFIG_SERIAL_TEXT_DEBUG) || defined(CONFIG_KGDB)
         gen550_init(0, &uart_req);