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

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Wed Sep 19 14:51:47 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( 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>
---
M src/soc/intel/quark/uart.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/28677/1

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: newchange
Gerrit-Change-Id: Ia50aa96901b979b947fd4d269b077814c06f60c6
Gerrit-Change-Number: 28677
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/20180919/9c95124e/attachment-0001.html>


More information about the coreboot-gerrit mailing list