[coreboot-gerrit] Change in coreboot[master]: sb/intel/i82801gx/lpc.c: Don't hide pointer behind typedef

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Mon Sep 17 08:58:29 CEST 2018


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


Change subject: sb/intel/i82801gx/lpc.c:  Don't hide pointer behind typedef
......................................................................

sb/intel/i82801gx/lpc.c:  Don't hide pointer behind typedef

Use of device_t has been abandoned in ramstage.

Change-Id: I564319506870f75eab58cce535d4e3535a64a993
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/southbridge/intel/i82801gx/lpc.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/28642/1

diff --git a/src/southbridge/intel/i82801gx/lpc.c b/src/southbridge/intel/i82801gx/lpc.c
index ac83ec9..6c8331f 100644
--- a/src/southbridge/intel/i82801gx/lpc.c
+++ b/src/southbridge/intel/i82801gx/lpc.c
@@ -724,7 +724,7 @@
 	return "LPCB";
 }
 
-static void southbridge_fill_ssdt(device_t device)
+static void southbridge_fill_ssdt(struct device *device)
 {
 	intel_acpi_gen_def_acpi_pirq(device);
 }

-- 
To view, visit https://review.coreboot.org/28642
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: I564319506870f75eab58cce535d4e3535a64a993
Gerrit-Change-Number: 28642
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/20180917/82da3658/attachment.html>


More information about the coreboot-gerrit mailing list