diff options
Diffstat (limited to 'src/drivers/uart/oxpcie.c')
-rw-r--r-- | src/drivers/uart/oxpcie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/uart/oxpcie.c b/src/drivers/uart/oxpcie.c index 2a48067237ba..7364a7541171 100644 --- a/src/drivers/uart/oxpcie.c +++ b/src/drivers/uart/oxpcie.c @@ -21,7 +21,7 @@ #include <console/uart.h> #include <arch/io.h> -static void oxford_oxpcie_enable(device_t dev) +static void oxford_oxpcie_enable(struct device *dev) { printk(BIOS_DEBUG, "Initializing Oxford OXPCIe952\n"); |