diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-11-16 00:41:17 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-11-16 00:41:17 +0000 |
commit | 0f02daf19bd74de76a7fe5da9b4d03e767c9fc47 (patch) | |
tree | 64ed8b6d3a52129829254aaab4fef1321c35c773 /src/superio/smsc/smscsuperio | |
parent | 20c3d77d98481f62df4f54cd2b546170a81fe449 (diff) | |
download | coreboot-0f02daf19bd74de76a7fe5da9b4d03e767c9fc47.tar.xz |
back out parts of #6073
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6076 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/smsc/smscsuperio')
-rw-r--r-- | src/superio/smsc/smscsuperio/smscsuperio_early_serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/smsc/smscsuperio/smscsuperio_early_serial.c b/src/superio/smsc/smscsuperio/smscsuperio_early_serial.c index ff47c4e331..281a35c861 100644 --- a/src/superio/smsc/smscsuperio/smscsuperio_early_serial.c +++ b/src/superio/smsc/smscsuperio/smscsuperio_early_serial.c @@ -33,7 +33,7 @@ * @param dev The device to use. * @param iobase The I/O base of the serial port (usually 0x3f8/0x2f8). */ -static void smscsuperio_enable_serial(device_t dev, u16 iobase) +static inline void smscsuperio_enable_serial(device_t dev, u16 iobase) { u16 port = dev >> 8; |