summaryrefslogtreecommitdiff
path: root/src/mainboard/jetway/pa78vm5/mptable.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-05 08:43:19 +0200
committerPatrick Rudolph <siro@das-labor.org>2018-05-08 11:32:07 +0000
commit29c657f4c6c24899579dfda4de0ca553fde08c51 (patch)
treeae71750e46dca7663b7d87665713b16ed5516f8c /src/mainboard/jetway/pa78vm5/mptable.c
parent20c78048a7a637d0de4505bdcbc00a994eee83fc (diff)
downloadcoreboot-29c657f4c6c24899579dfda4de0ca553fde08c51.tar.xz
mb/jetway: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: I574d9e46ebe6993f356c3617f2e5ff21b5ef55a5 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26111 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/jetway/pa78vm5/mptable.c')
-rw-r--r--src/mainboard/jetway/pa78vm5/mptable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/jetway/pa78vm5/mptable.c b/src/mainboard/jetway/pa78vm5/mptable.c
index 59e7e9f4e5..4311d6718a 100644
--- a/src/mainboard/jetway/pa78vm5/mptable.c
+++ b/src/mainboard/jetway/pa78vm5/mptable.c
@@ -47,7 +47,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;