aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/winent/mb6047/acpi_tables.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-04 21:47:24 +0200
committerJonathan A. Kollasch <jakllsch@kollasch.net>2018-05-07 13:20:54 +0000
commit29c3f3b8e97aeef0419894c554ff9863848e1860 (patch)
tree5e878527e02b7aa130ae27de7ac8466be55b1dae /src/mainboard/winent/mb6047/acpi_tables.c
parent457d3ef2dcb64a9b944c3c7cd5a72fbf0ac509de (diff)
mb/winent: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: Ice673efd52e414e4064734883ca92dce5fc059cd Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26093 Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Jonathan A. Kollasch <jakllsch@kollasch.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/winent/mb6047/acpi_tables.c')
-rw-r--r--src/mainboard/winent/mb6047/acpi_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/winent/mb6047/acpi_tables.c b/src/mainboard/winent/mb6047/acpi_tables.c
index a61a47bcd2..6302c1da89 100644
--- a/src/mainboard/winent/mb6047/acpi_tables.c
+++ b/src/mainboard/winent/mb6047/acpi_tables.c
@@ -19,7 +19,7 @@
/* APIC */
unsigned long acpi_fill_madt(unsigned long current)
{
- device_t dev;
+ struct device *dev;
struct resource *res;
get_bus_conf();