summaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ma785gmt/mptable.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-04 20:19:02 +0200
committerMartin Roth <martinroth@google.com>2018-05-08 03:03:11 +0000
commit9981177cb8e06d5a00d22e1185a05aa38d217e33 (patch)
tree4e21a486ff2b4db0f6a841ccdc491022862509af /src/mainboard/gigabyte/ma785gmt/mptable.c
parent715a502c1784e7616fe2ff87232dfea3a0b1c076 (diff)
downloadcoreboot-9981177cb8e06d5a00d22e1185a05aa38d217e33.tar.xz
mb/gigabyte: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: I37ba054022241c93c03e6c804e46f4e8a1c1143e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26084 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/gigabyte/ma785gmt/mptable.c')
-rw-r--r--src/mainboard/gigabyte/ma785gmt/mptable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ma785gmt/mptable.c b/src/mainboard/gigabyte/ma785gmt/mptable.c
index 3f9d7c7f94..379f04aef6 100644
--- a/src/mainboard/gigabyte/ma785gmt/mptable.c
+++ b/src/mainboard/gigabyte/ma785gmt/mptable.c
@@ -46,7 +46,7 @@ static void *smp_write_config_table(void *v)
/* I/O APICs: APIC ID Version State Address */
{
- device_t dev;
+ struct device *dev;
u32 dword;
u8 byte;