aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82371eb/fadt.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-13 13:25:13 +0200
committerMartin Roth <martinroth@google.com>2018-05-14 22:26:46 +0000
commit07e77f13d4987a4424be254f439bb6ac505761a7 (patch)
tree114e5fd1ad8107a2437022b9e83746ef970cc3ee /src/southbridge/intel/i82371eb/fadt.c
parent6f7e8dee588de6f425c27a8271e2cdcb8075deeb (diff)
sb/intel/i82371eb: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: Ie366a49045940747eb5cc1e38316cce31c5774cb Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26251 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/southbridge/intel/i82371eb/fadt.c')
-rw-r--r--src/southbridge/intel/i82371eb/fadt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82371eb/fadt.c b/src/southbridge/intel/i82371eb/fadt.c
index b77ed4a292..41ad31c651 100644
--- a/src/southbridge/intel/i82371eb/fadt.c
+++ b/src/southbridge/intel/i82371eb/fadt.c
@@ -31,7 +31,7 @@
void acpi_create_fadt(acpi_fadt_t *fadt, acpi_facs_t *facs, void *dsdt)
{
acpi_header_t *header = &(fadt->header);
- device_t dev;
+ struct device *dev;
/* Power management controller */
dev = dev_find_device(PCI_VENDOR_ID_INTEL,