aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/ibase
diff options
context:
space:
mode:
authorAntonello Dettori <dev@dettori.io>2016-11-08 18:44:46 +0100
committerMartin Roth <martinroth@google.com>2016-11-09 23:47:34 +0100
commitcca5938edeeb4875488e623d038ef7032e60f2e9 (patch)
tree27a46fde4f83b1841c5d948857a6695cff5e386d /src/mainboard/ibase
parent771d7eccec216b656dd52581599464b530964226 (diff)
mainboard/ibase/mb899: transition away from device_t
Replace the use of the old device_t definition inside mainboard/ibase/mb899. Change-Id: Id5b460090db58e91b2c210d8633a69114a9c7f6b Signed-off-by: Antonello Dettori <dev@dettori.io> Reviewed-on: https://review.coreboot.org/17294 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/ibase')
-rw-r--r--src/mainboard/ibase/mb899/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/ibase/mb899/romstage.c b/src/mainboard/ibase/mb899/romstage.c
index 3fa339f5cc..2a8965ebcb 100644
--- a/src/mainboard/ibase/mb899/romstage.c
+++ b/src/mainboard/ibase/mb899/romstage.c
@@ -74,7 +74,7 @@ static void ich7_enable_lpc(void)
*/
static void early_superio_config_w83627ehg(void)
{
- device_t dev;
+ pnp_devfn_t dev;
dev = DUMMY_DEV;
pnp_enter_ext_func_mode(dev);