summaryrefslogtreecommitdiff
path: root/src/superio/smsc/fdc37m60x/early_serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/smsc/fdc37m60x/early_serial.c')
-rw-r--r--src/superio/smsc/fdc37m60x/early_serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/smsc/fdc37m60x/early_serial.c b/src/superio/smsc/fdc37m60x/early_serial.c
index 38cb0f8f27..80258a91d1 100644
--- a/src/superio/smsc/fdc37m60x/early_serial.c
+++ b/src/superio/smsc/fdc37m60x/early_serial.c
@@ -46,7 +46,7 @@ static void fdc37m60x_sio_write(uint8_t ldn, u8 index, u8 value)
}
/* Enable the peripheral devices on the FDC37M60X Super I/O chip. */
-static void fdc37m60x_enable_serial(device_t dev, u16 iobase)
+static void fdc37m60x_enable_serial(pnp_devfn_t dev, u16 iobase)
{
/* (1) Enter the configuration state. */
outb(0x55, FDC37M60X_CONFIGURATION_PORT);