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:
Antonello Dettori 2016-09-03 10:45:33 +02:00 committed by chrome-bot
commit dc0b5fa6b4

View file

@ -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