UPSTREAM: northbridge/intel/fsp_rangeley: transition away from device_t
Replace the use of the old device_t definition inside northbridge/intel/fsp_rangeley. BUG=None BRANCH=None TEST=None Signed-off-by: Antonello Dettori <dev@dettori.io> Reviewed-on: https://review.coreboot.org/16470 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Change-Id: I4c1e6af64fe70211db2fafdba9f39182dfea66fc Reviewed-on: https://chromium-review.googlesource.com/383968 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
43dfe55d71
commit
dc0b5fa6b4
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ void dump_spd_registers(void);
|
|||
void dump_mem(unsigned start, unsigned end);
|
||||
void report_platform_info(void);
|
||||
|
||||
#if ENV_RAMSTAGE
|
||||
#ifndef __SIMPLE_DEVICE__
|
||||
void northbridge_acpi_fill_ssdt_generator(device_t device);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue