aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/pi/hudson/hudson.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-19 17:08:23 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2018-05-20 09:10:46 +0000
commitd9ef546269e04e4ba4a8b350cee78fa50e67fec3 (patch)
treeee303f75364348ca8d1309acaa92a31a03c4a537 /src/southbridge/amd/pi/hudson/hudson.h
parent1a4abb73cdeae498e1470d273fee7cc1f35912e7 (diff)
sb/amd/pi/hudson: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: Iace820ad788fde7b230f63d95543470ce925b451 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26417 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/southbridge/amd/pi/hudson/hudson.h')
-rw-r--r--src/southbridge/amd/pi/hudson/hudson.h2
1 files changed, 1 insertions, 1 deletions
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__ */