[coreboot-gerrit] Change in coreboot[master]: soc/intel/quark/uart.c: Don't use device_t

Martin Roth (Code Review) gerrit at coreboot.org
Fri Sep 21 16:12:47 CEST 2018


Martin Roth has submitted this change and it was merged. ( https://review.coreboot.org/28677 )

Change subject: soc/intel/quark/uart.c: Don't use device_t
......................................................................

soc/intel/quark/uart.c: Don't use device_t

Use of device_t is deprecated.

Change-Id: Ia50aa96901b979b947fd4d269b077814c06f60c6
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
Reviewed-on: https://review.coreboot.org/28677
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
---
M src/soc/intel/quark/uart.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  build bot (Jenkins): Verified
  Jonathan Neuschäfer: Looks good to me, approved



diff --git a/src/soc/intel/quark/uart.c b/src/soc/intel/quark/uart.c
index b4af08e..0d86284 100644
--- a/src/soc/intel/quark/uart.c
+++ b/src/soc/intel/quark/uart.c
@@ -21,7 +21,7 @@
 #include <device/pci_ids.h>
 #include <soc/pci_devs.h>
 
-static void uart_read_resources(device_t dev)
+static void uart_read_resources(struct device *dev)
 {
 	struct resource *res;
 

-- 
To view, visit https://review.coreboot.org/28677
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia50aa96901b979b947fd4d269b077814c06f60c6
Gerrit-Change-Number: 28677
Gerrit-PatchSet: 3
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180921/614ec24e/attachment.html>


More information about the coreboot-gerrit mailing list