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

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Fri Jun 8 18:13:53 CEST 2018


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


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

mb/intense_pc: Get rid of device_t

Use of device_t has been abandoned in ramstage.

Change-Id: Ic89bf3a65f3e9730491baa619dbff2b20422240d
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/mainboard/compulab/intense_pc/mainboard.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/26978/1

diff --git a/src/mainboard/compulab/intense_pc/mainboard.c b/src/mainboard/compulab/intense_pc/mainboard.c
index f06e900..001a1d9 100644
--- a/src/mainboard/compulab/intense_pc/mainboard.c
+++ b/src/mainboard/compulab/intense_pc/mainboard.c
@@ -20,12 +20,12 @@
 #include <console/console.h>
 #include <pc80/keyboard.h>
 
-static void mainboard_init(device_t dev)
+static void mainboard_init(struct device *dev)
 {
 	pc_keyboard_init(NO_AUX_DEVICE);
 }
 
-static void mainboard_enable(device_t dev)
+static void mainboard_enable(struct device *dev)
 {
 	dev->ops->init = mainboard_init;
 

-- 
To view, visit https://review.coreboot.org/26978
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: Ic89bf3a65f3e9730491baa619dbff2b20422240d
Gerrit-Change-Number: 26978
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/20180608/0f6ac7f3/attachment.html>


More information about the coreboot-gerrit mailing list