From 3c8b5d00c3e52d4149ff842f674ce0f68cd86509 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 27 May 2018 16:57:24 +0200 Subject: soc/intel/cannonlake: Get rid of device_t Use of device_t has been abandoned in ramstage. Change-Id: Iea56a6560bb23d48d19211304e57fc08e1c27fd6 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26584 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/soc/intel/cannonlake/finalize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/cannonlake/finalize.c') diff --git a/src/soc/intel/cannonlake/finalize.c b/src/soc/intel/cannonlake/finalize.c index 5216460e60..b3c07b1154 100644 --- a/src/soc/intel/cannonlake/finalize.c +++ b/src/soc/intel/cannonlake/finalize.c @@ -53,7 +53,7 @@ static void pch_handle_sideband(config_t *config) static void pch_finalize(void) { - device_t dev; + struct device *dev; uint32_t reg32; uint16_t tcobase, tcocnt; uint8_t *pmcbase; -- cgit v1.2.3