Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26012
Change subject: drivers/uart/oxpcie.c: Get rid of device_t ......................................................................
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 ehaouas@noos.fr --- M src/drivers/uart/oxpcie.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/26012/1
diff --git a/src/drivers/uart/oxpcie.c b/src/drivers/uart/oxpcie.c index 2a48067..7364a75 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");