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

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Fri May 4 20:19:41 CEST 2018


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


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

mb/esd: Get rid of device_t

Use of device_t has been abandoned in ramstage.

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



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/26082/1

diff --git a/src/mainboard/esd/atom15/mainboard.c b/src/mainboard/esd/atom15/mainboard.c
index 70f96fc..0fe1259 100644
--- a/src/mainboard/esd/atom15/mainboard.c
+++ b/src/mainboard/esd/atom15/mainboard.c
@@ -21,7 +21,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/26082
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: I5928e871b8e9ba5964c02fbabb7a9d8dc9ecc0a8
Gerrit-Change-Number: 26082
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/c03296c2/attachment-0001.html>


More information about the coreboot-gerrit mailing list