[coreboot-gerrit] Change in coreboot[master]: ec/lenovo/h8: Get rid of device_t

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Fri May 4 18:33:49 CEST 2018


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


Change subject: ec/lenovo/h8: Get rid of device_t
......................................................................

ec/lenovo/h8: Get rid of device_t

Use of device_t has been abandoned in ramstage.

Change-Id: I3db9487c46b29510e59ec5c019d022f5cbaff354
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/ec/lenovo/h8/h8.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/26068/1

diff --git a/src/ec/lenovo/h8/h8.c b/src/ec/lenovo/h8/h8.c
index b034dba..58bc3db 100644
--- a/src/ec/lenovo/h8/h8.c
+++ b/src/ec/lenovo/h8/h8.c
@@ -176,7 +176,7 @@
 }
 #endif
 
-static void h8_init(device_t dev)
+static void h8_init(struct device *dev)
 {
 	pc_keyboard_init(NO_AUX_DEVICE);
 }

-- 
To view, visit https://review.coreboot.org/26068
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: I3db9487c46b29510e59ec5c019d022f5cbaff354
Gerrit-Change-Number: 26068
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/76d40bfb/attachment.html>


More information about the coreboot-gerrit mailing list