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

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


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


Change subject: mb/samsung/stumpy: Get rid of device_t
......................................................................

mb/samsung/stumpy: Get rid of device_t

Use of device_t has been abandoned in ramstage.

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



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/26979/1

diff --git a/src/mainboard/samsung/stumpy/mainboard.c b/src/mainboard/samsung/stumpy/mainboard.c
index 654b1de..7ea1c51 100644
--- a/src/mainboard/samsung/stumpy/mainboard.c
+++ b/src/mainboard/samsung/stumpy/mainboard.c
@@ -33,7 +33,7 @@
 // mainboard_enable is executed as first thing after
 // enumerate_buses().
 
-static void mainboard_enable(device_t dev)
+static void mainboard_enable(struct device *dev)
 {
 	dev->ops->acpi_inject_dsdt_generator = chromeos_dsdt_generator;
 	install_intel_vga_int15_handler(GMA_INT15_ACTIVE_LFP_EDP, GMA_INT15_PANEL_FIT_CENTERING, GMA_INT15_BOOT_DISPLAY_DEFAULT, 0);

-- 
To view, visit https://review.coreboot.org/26979
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: I3492635f12c8c4d166436235462e6bca40e6e725
Gerrit-Change-Number: 26979
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/b4a324b6/attachment.html>


More information about the coreboot-gerrit mailing list