diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-06-29 21:02:32 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-06-29 21:02:32 +0000 |
commit | 9a82eebe1a60ed5e49fbfc14cbe006c320846f01 (patch) | |
tree | 14ed307b3066159ddcdce8a0f7fdb808bbade111 /src/superio/smsc/lpc47m15x | |
parent | fde6a4c4d74f1f217a39cbc54749563db442462e (diff) |
fix misnamed functions.
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
Diffstat (limited to 'src/superio/smsc/lpc47m15x')
-rw-r--r-- | src/superio/smsc/lpc47m15x/lpc47m15x_early_serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/smsc/lpc47m15x/lpc47m15x_early_serial.c b/src/superio/smsc/lpc47m15x/lpc47m15x_early_serial.c index 3e73979458..b252fd8e66 100644 --- a/src/superio/smsc/lpc47m15x/lpc47m15x_early_serial.c +++ b/src/superio/smsc/lpc47m15x/lpc47m15x_early_serial.c @@ -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); |