[coreboot-gerrit] New patch to review for coreboot: mainboard/via/vt8454c: transition away from device_t

Antonello Dettori (dev@dettori.io) gerrit at coreboot.org
Tue Nov 8 20:00:34 CET 2016


Antonello Dettori (dev at dettori.io) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17312

-gerrit

commit 9e5ae0b278cfd35c61ff69832fb584ee434ffbb9
Author: Antonello Dettori <dev at dettori.io>
Date:   Tue Nov 8 18:44:46 2016 +0100

    mainboard/via/vt8454c: transition away from device_t
    
    Replace the use of the old device_t definition inside
    mainboard/via/vt8454c.
    
    Change-Id: I94e22e1d814733c4049e78e5b3c23b9bb429f6fa
    Signed-off-by: Antonello Dettori <dev at dettori.io>
---
 src/mainboard/via/vt8454c/romstage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/via/vt8454c/romstage.c b/src/mainboard/via/vt8454c/romstage.c
index d2af46c..114494b 100644
--- a/src/mainboard/via/vt8454c/romstage.c
+++ b/src/mainboard/via/vt8454c/romstage.c
@@ -33,7 +33,7 @@
 
 static void enable_mainboard_devices(void)
 {
-	device_t dev;
+	pci_devfn_t dev;
 
 	dev = pci_locate_device(PCI_ID(0x1106, 0x8324), 0);
 	if (dev == PCI_DEV_INVALID) {



More information about the coreboot-gerrit mailing list