From a26c15379170524adda97b9171407fad06390e4d Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 2 May 2018 22:02:45 +0200 Subject: drivers/uart/oxpcie.c: Get rid of device_t Use of `device_t` has been abandoned in ramstage. Change-Id: If2b9cbf130f963bc1bedef16b7951e9546054743 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26012 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/drivers/uart/oxpcie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/drivers/uart/oxpcie.c b/src/drivers/uart/oxpcie.c index 2a48067237..7364a75411 100644 --- a/src/drivers/uart/oxpcie.c +++ b/src/drivers/uart/oxpcie.c @@ -21,7 +21,7 @@ #include #include -static void oxford_oxpcie_enable(device_t dev) +static void oxford_oxpcie_enable(struct device *dev) { printk(BIOS_DEBUG, "Initializing Oxford OXPCIe952\n"); -- cgit v1.2.3