aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/fsp_bd82x6x/pch.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-13 13:05:48 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-05-22 07:20:14 +0000
commit4ccb23fe27bc9fa45b6db8a7b4ec519a3c25674b (patch)
tree9bc7035687e08371ca5216ddaaf219584a131846 /src/southbridge/intel/fsp_bd82x6x/pch.h
parentb7482219e8078ae7ac973b20e5f6aac6d05b7f48 (diff)
sb/intel/fsp_bd82x6x: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: I499414c067b06fa94b53832894e804118f7c3e80 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26248 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/southbridge/intel/fsp_bd82x6x/pch.h')
-rw-r--r--src/southbridge/intel/fsp_bd82x6x/pch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/fsp_bd82x6x/pch.h b/src/southbridge/intel/fsp_bd82x6x/pch.h
index 84f21a7f92..5b42271265 100644
--- a/src/southbridge/intel/fsp_bd82x6x/pch.h
+++ b/src/southbridge/intel/fsp_bd82x6x/pch.h
@@ -65,7 +65,7 @@ void intel_pch_finalize_smm(void);
int pch_silicon_revision(void);
int pch_silicon_type(void);
int pch_silicon_supported(int type, int rev);
-void pch_enable(device_t dev);
+void pch_enable(struct device *dev);
void pch_iobp_update(u32 address, u32 andvalue, u32 orvalue);
#if IS_ENABLED(CONFIG_ELOG)
void pch_log_state(void);