summaryrefslogtreecommitdiff
path: root/src/soc/intel/baytrail/scc.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-22 10:42:28 +0200
committerNico Huber <nico.h@gmx.de>2018-05-24 18:38:25 +0000
commit17a3ceb2feb74ffbe4c039aecb4ec3ea2aca910c (patch)
tree99473a053ee233ec8a3b55ae960a0e3d050b51ed /src/soc/intel/baytrail/scc.c
parent148b1db9c968b4e1de768ecf3dffa3996aecccbe (diff)
downloadcoreboot-17a3ceb2feb74ffbe4c039aecb4ec3ea2aca910c.tar.xz
soc/intel/baytrail: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: I8b2cfe3e2090fb8eed755e40d337c6049d8dd96e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26456 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/soc/intel/baytrail/scc.c')
-rw-r--r--src/soc/intel/baytrail/scc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/baytrail/scc.c b/src/soc/intel/baytrail/scc.c
index 27edae1f4b..7f97f09147 100644
--- a/src/soc/intel/baytrail/scc.c
+++ b/src/soc/intel/baytrail/scc.c
@@ -83,7 +83,7 @@ void baytrail_init_scc(void)
reg_script_run(scc_after_dll);
}
-void scc_enable_acpi_mode(device_t dev, int iosf_reg, int nvs_index)
+void scc_enable_acpi_mode(struct device *dev, int iosf_reg, int nvs_index)
{
struct reg_script ops[] = {
/* Disable PCI interrupt, enable Memory and Bus Master */