diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-04 19:48:49 +0200 |
---|---|---|
committer | Patrick Rudolph <siro@das-labor.org> | 2018-05-08 17:52:19 +0000 |
commit | 0db963a89e0286ed92d84ff9bb789cfe19fa2adb (patch) | |
tree | a9d5d5b32cc8717c75a425cc686ac0d105717aa5 /src/mainboard/aopen | |
parent | 56f172d9c07743379b36a0d6ce22951549bc2546 (diff) |
mb/aopen/dxplplusu: Get rid of device_t
Use of device_t has been abandoned in ramstage.
Change-Id: I3857d7ef4eb02974aabe3029abb49efb218cbd93
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26073
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/aopen')
-rw-r--r-- | src/mainboard/aopen/dxplplusu/acpi_tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/aopen/dxplplusu/acpi_tables.c b/src/mainboard/aopen/dxplplusu/acpi_tables.c index e2f4c23877..0f0d413949 100644 --- a/src/mainboard/aopen/dxplplusu/acpi_tables.c +++ b/src/mainboard/aopen/dxplplusu/acpi_tables.c @@ -29,7 +29,7 @@ unsigned long acpi_fill_madt(unsigned long current) { unsigned int irq_start = 0; - device_t dev = 0; + struct device *dev = NULL; struct resource* res = NULL; /* SJM: Hard-code CPU LAPIC entries for now */ |