[coreboot-gerrit] Change in coreboot[master]: mb/winnet: Get rid of device_t

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Fri May 4 21:45:42 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26092


Change subject: mb/winnet: Get rid of device_t
......................................................................

mb/winnet: Get rid of device_t

Use of device_t has been abandoned in ramstage.

Change-Id: Ie6a8364bdd272515e1567061ae0b117392c268aa
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/mainboard/winnet/g170/mainboard.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/26092/1

diff --git a/src/mainboard/winnet/g170/mainboard.c b/src/mainboard/winnet/g170/mainboard.c
index 18226a6..3f7428a 100644
--- a/src/mainboard/winnet/g170/mainboard.c
+++ b/src/mainboard/winnet/g170/mainboard.c
@@ -24,7 +24,7 @@
 {
 	                                       /*  A  B   C  D */
 	static const unsigned char irq_map[4] = { 11, 5, 10, 0 };
-	device_t lpc_dev;
+	struct device *lpc_dev;
 
 	printk(BIOS_INFO, "Setting up G170 IRQ routing...\n");
 

-- 
To view, visit https://review.coreboot.org/26092
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: Ie6a8364bdd272515e1567061ae0b117392c268aa
Gerrit-Change-Number: 26092
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/20180504/4d770c16/attachment-0001.html>


More information about the coreboot-gerrit mailing list