[coreboot-gerrit] Change in coreboot[master]: drivers/uart/oxpcie.c: Get rid of device_t

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Wed May 2 22:03:19 CEST 2018


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 at 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");
 

-- 
To view, visit https://review.coreboot.org/26012
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If2b9cbf130f963bc1bedef16b7951e9546054743
Gerrit-Change-Number: 26012
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180502/201e60e3/attachment.html>


More information about the coreboot-gerrit mailing list