UPSTREAM: northbridge/intel/sandybridge: transition away from device_t
Replace the use of the old device_t definition inside northbridge/intel/sandybridge. The patch has been tested both with the arch/io.h definition of device_t enabled and disabled in order to ensure compatibility while the transaction takes place. BUG=None BRANCH=None TEST=None Signed-off-by: Antonello Dettori <dev@dettori.io> Reviewed-on: https://review.coreboot.org/16409 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Change-Id: I35cc76ec7b6baa216666d06f6f325f43ac69067e Reviewed-on: https://chromium-review.googlesource.com/381664 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
4b87f29a54
commit
bfb1a2ab3b
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ void mainboard_config_superio(void);
|
|||
int mainboard_should_reset_usb(int s3resume);
|
||||
void perform_raminit(int s3resume);
|
||||
|
||||
#if ENV_RAMSTAGE
|
||||
#if ENV_RAMSTAGE && !defined(__SIMPLE_DEVICE__)
|
||||
#include <device/device.h>
|
||||
|
||||
struct acpi_rsdp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue