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 <dev@dettori.io>
Reviewed-on: https://review.coreboot.org/17308
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Antonello Dettori 2016-11-08 18:44:46 +01:00 committed by Martin Roth
parent c8a5aa5c3a
commit 1232666b6f
1 changed files with 1 additions and 1 deletions

View File

@ -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;