fix misnamed functions.
authorStefan Reinauer <stepan@coresystems.de>
Tue, 29 Jun 2010 21:02:32 +0000 (21:02 +0000)
committerStefan Reinauer <stepan@openbios.org>
Tue, 29 Jun 2010 21:02:32 +0000 (21:02 +0000)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5649 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/superio/smsc/lpc47m10x/lpc47m10x_early_serial.c
src/superio/smsc/lpc47m15x/lpc47m15x_early_serial.c

index 3d17d2d5cd6c4de14d99f34fa6fde692269f697d..048a8d314d9c0f6a3038c9dc5bb582be8066263d 100644 (file)
@@ -47,15 +47,15 @@ static void pnp_exit_conf_state(device_t dev)
 }
 
 /*
- * Function:           lpc47b272_enable_serial
+ * Function:           lpc47m10x_enable_serial
  * Parameters:         dev - high 8 bits = Super I/O port,
- *                           low 8 bits = logical device number (per lpc47b272.h)
+ *                           low 8 bits = logical device number (per lpc47m10x.h)
  *                     iobase - processor I/O port address to assign to this serial device
  * Return Value:       bool
  * Description:        Configure the base I/O port of the specified serial device
  *                     and enable the serial device.
  */
-static void lpc47b272_enable_serial(device_t dev, unsigned iobase)
+static void lpc47m10x_enable_serial(device_t dev, unsigned iobase)
 {
        pnp_enter_conf_state(dev);
        pnp_set_logical_device(dev);
index 3e73979458344da6e4012c41a087746c93920cae..b252fd8e6675c3b92d2facd8dd4062fce02cca7a 100644 (file)
@@ -34,7 +34,7 @@ static void pnp_exit_conf_state(device_t dev)
        outb(0xaa, port);
 }
 
-static inline void lpc47b272_enable_serial(device_t dev, unsigned iobase)
+static inline void lpc47m15x_enable_serial(device_t dev, unsigned iobase)
 {
        pnp_enter_conf_state(dev);
        pnp_set_logical_device(dev);