aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/technexion/tim5690/mptable.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-04 21:50:26 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-05-09 13:16:25 +0000
commit0a0632590768a6e84f6633e559d02e40e6ee1caf (patch)
treeb0de1b8277d7df3c4486e35b900a577539ab0fc7 /src/mainboard/technexion/tim5690/mptable.c
parent477a516ec3e97bd419d41f6b432eff19b722b9f2 (diff)
mb/technexion: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: I6efd1675b1124b200b5ff16fdef91c10b77b69d1 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26094 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/technexion/tim5690/mptable.c')
-rw-r--r--src/mainboard/technexion/tim5690/mptable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/technexion/tim5690/mptable.c b/src/mainboard/technexion/tim5690/mptable.c
index 8895163651..9515931627 100644
--- a/src/mainboard/technexion/tim5690/mptable.c
+++ b/src/mainboard/technexion/tim5690/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;