soc/intel/skylake: Don't use device_t

Use of device_t is deprecated.

Change-Id: Ifd1471a9cd76d2cea72262ed81b7071f31f7b375
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/28693
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
This commit is contained in:
Elyes HAOUAS 2018-09-20 08:49:20 +02:00 committed by Martin Roth
parent 4658a98a63
commit 0f416d6874
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
void pch_log_state(void);
#if ENV_RAMSTAGE
void pch_disable_devfn(device_t dev);
void pch_disable_devfn(struct device *dev);
#endif
#endif /* _SOC_PCH_H_ */