diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-04 20:17:55 +0200 |
---|---|---|
committer | Patrick Rudolph <siro@das-labor.org> | 2018-05-08 17:51:00 +0000 |
commit | 5bb159a6cf588e0408aa3c56d61242a9f6e803d5 (patch) | |
tree | dc4a96562ed4dd7abcfa0ab41cb75368be02ed19 /src/mainboard/getac/p470/mainboard.h | |
parent | 6c5925909dac3b743d6062fc6a45f0e5e992ffaf (diff) | |
download | coreboot-5bb159a6cf588e0408aa3c56d61242a9f6e803d5.tar.xz |
mb/getac: Get rid of device_t
Use of device_t has been abandoned in ramstage.
Change-Id: Ie5ed621423315388e2b8eb3d5433ef2a7a47d602
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26083
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/getac/p470/mainboard.h')
-rw-r--r-- | src/mainboard/getac/p470/mainboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/getac/p470/mainboard.h b/src/mainboard/getac/p470/mainboard.h index 56f54555ad..3d155c8787 100644 --- a/src/mainboard/getac/p470/mainboard.h +++ b/src/mainboard/getac/p470/mainboard.h @@ -1,5 +1,5 @@ struct acpi_rsdp; -unsigned long mainboard_write_acpi_tables(device_t device, +unsigned long mainboard_write_acpi_tables(struct device *device, unsigned long start, struct acpi_rsdp *rsdp); |