]> err.no Git - linux-2.6/blobdiff - arch/ppc/syslib/ppc83xx_setup.c
Merge ../powerpc-merge
[linux-2.6] / arch / ppc / syslib / ppc83xx_setup.c
index 4da168a6ad0310777403b52b35ac3a9068963d97..26afd637dc81806b1147be07e54b2cf9b87a808f 100644 (file)
@@ -1,9 +1,7 @@
 /*
- * arch/ppc/syslib/ppc83xx_setup.c
- *
  * MPC83XX common board code
  *
- * Maintainer: Kumar Gala <kumar.gala@freescale.com>
+ * Maintainer: Kumar Gala <galak@kernel.crashing.org>
  *
  * Copyright 2005 Freescale Semiconductor Inc.
  *
@@ -108,7 +106,7 @@ mpc83xx_early_serial_map(void)
 
 #if defined(CONFIG_SERIAL_TEXT_DEBUG) || defined(CONFIG_KGDB)
        memset(&serial_req, 0, sizeof (serial_req));
-       serial_req.iotype = SERIAL_IO_MEM;
+       serial_req.iotype = UPIO_MEM;
        serial_req.mapbase = pdata[0].mapbase;
        serial_req.membase = pdata[0].membase;
        serial_req.regshift = 0;