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

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


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


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

mb/ocp: Get rid of device_t

Use of device_t has been abandoned in ramstage.

Change-Id: Id33f0833455fe7064c4493caef2ba343d171d62a
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/mainboard/ocp/monolake/mainboard.c
M src/mainboard/ocp/wedge100s/mainboard.c
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/26976/1

diff --git a/src/mainboard/ocp/monolake/mainboard.c b/src/mainboard/ocp/monolake/mainboard.c
index 393fad8..395480b 100644
--- a/src/mainboard/ocp/monolake/mainboard.c
+++ b/src/mainboard/ocp/monolake/mainboard.c
@@ -34,7 +34,7 @@
  * mainboard_enable is executed as first thing after enumerate_buses().
  * This is the earliest point to add customization.
  */
-static void mainboard_enable(device_t dev)
+static void mainboard_enable(struct device *dev)
 {
 
 }
diff --git a/src/mainboard/ocp/wedge100s/mainboard.c b/src/mainboard/ocp/wedge100s/mainboard.c
index 393fad8..395480b 100644
--- a/src/mainboard/ocp/wedge100s/mainboard.c
+++ b/src/mainboard/ocp/wedge100s/mainboard.c
@@ -34,7 +34,7 @@
  * mainboard_enable is executed as first thing after enumerate_buses().
  * This is the earliest point to add customization.
  */
-static void mainboard_enable(device_t dev)
+static void mainboard_enable(struct device *dev)
 {
 
 }

-- 
To view, visit https://review.coreboot.org/26976
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: Id33f0833455fe7064c4493caef2ba343d171d62a
Gerrit-Change-Number: 26976
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/2124d789/attachment.html>


More information about the coreboot-gerrit mailing list