]> err.no Git - linux-2.6/commitdiff
Merge master.kernel.org:/home/rmk/linux-2.6-serial
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 8 Feb 2006 23:21:22 +0000 (15:21 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 8 Feb 2006 23:21:22 +0000 (15:21 -0800)
1  2 
arch/mips/cobalt/setup.c

diff --combined arch/mips/cobalt/setup.c
index 050685b87a3ca1cc3d7eb2973c5c0f97c727b7a6,38c0c67d6a2a41187599b22fe61ef7057f9f6bdf..b9713a7230536aeaf098d82538c092f34d26ae8c
@@@ -5,7 -5,7 +5,7 @@@
   * License.  See the file "COPYING" in the main directory of this archive
   * for more details.
   *
 - * Copyright (C) 1996, 1997, 2004 by Ralf Baechle (ralf@linux-mips.org)
 + * Copyright (C) 1996, 1997, 2004, 05 by Ralf Baechle (ralf@linux-mips.org)
   * Copyright (C) 2001, 2002, 2003 by Liam Davies (ldavies@agile.tv)
   *
   */
@@@ -13,7 -13,6 +13,7 @@@
  #include <linux/interrupt.h>
  #include <linux/pci.h>
  #include <linux/init.h>
 +#include <linux/pm.h>
  #include <linux/serial.h>
  #include <linux/serial_core.h>
  
@@@ -26,7 -25,7 +26,7 @@@
  #include <asm/gt64120.h>
  #include <asm/serial.h>
  
 -#include <asm/cobalt/cobalt.h>
 +#include <asm/mach-cobalt/cobalt.h>
  
  extern void cobalt_machine_restart(char *command);
  extern void cobalt_machine_halt(void);
@@@ -100,7 -99,7 +100,7 @@@ void __init plat_setup(void
  
        _machine_restart = cobalt_machine_restart;
        _machine_halt = cobalt_machine_halt;
 -      _machine_power_off = cobalt_machine_power_off;
 +      pm_power_off = cobalt_machine_power_off;
  
        board_timer_setup = cobalt_timer_setup;
  
                uart.type       = PORT_UNKNOWN;
                uart.uartclk    = 18432000;
                uart.irq        = COBALT_SERIAL_IRQ;
-               uart.flags      = STD_COM_FLAGS;
+               uart.flags      = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST;
                uart.iobase     = 0xc800000;
                uart.iotype     = UPIO_PORT;