From 1232666b6f1ff9be8dd2ef458aba7c202d8ba069 Mon Sep 17 00:00:00 2001 From: Antonello Dettori Date: Tue, 8 Nov 2016 18:44:46 +0100 Subject: mainboard/thomson/ip1000: transition away from device_t Replace the use of the old device_t definition inside mainboard/thomson/ip1000. Change-Id: Id7b979d2539d4a80609a60464527939c4d449822 Signed-off-by: Antonello Dettori Reviewed-on: https://review.coreboot.org/17308 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/thomson/ip1000/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/thomson/ip1000/gpio.c') diff --git a/src/mainboard/thomson/ip1000/gpio.c b/src/mainboard/thomson/ip1000/gpio.c index 29c222d2de..b4bf30e1ed 100644 --- a/src/mainboard/thomson/ip1000/gpio.c +++ b/src/mainboard/thomson/ip1000/gpio.c @@ -23,7 +23,7 @@ /* Early mainboard specific GPIO setup. */ static void mb_gpio_init(void) { - device_t dev; + pci_devfn_t dev; uint16_t port; uint32_t set_gpio; -- cgit v1.2.3