From d9ef546269e04e4ba4a8b350cee78fa50e67fec3 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 19 May 2018 17:08:23 +0200 Subject: sb/amd/pi/hudson: Get rid of device_t MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use of device_t has been abandoned in ramstage. Change-Id: Iace820ad788fde7b230f63d95543470ce925b451 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26417 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/southbridge/amd/pi/hudson/hudson.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/amd/pi/hudson/hudson.h') diff --git a/src/southbridge/amd/pi/hudson/hudson.h b/src/southbridge/amd/pi/hudson/hudson.h index 2ccd485b68..091464f14d 100644 --- a/src/southbridge/amd/pi/hudson/hudson.h +++ b/src/southbridge/amd/pi/hudson/hudson.h @@ -197,7 +197,7 @@ void configure_hudson_uart(void); #endif #else -void hudson_enable(device_t dev); +void hudson_enable(struct device *dev); void s3_resume_init_data(void *FchParams); #endif /* __PRE_RAM__ */ -- cgit v1.2.3