aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/technexion/tim5690/get_bus_conf.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/get_bus_conf.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/get_bus_conf.c')
-rw-r--r--src/mainboard/technexion/tim5690/get_bus_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/technexion/tim5690/get_bus_conf.c b/src/mainboard/technexion/tim5690/get_bus_conf.c
index dc6833a05f..b1b7270802 100644
--- a/src/mainboard/technexion/tim5690/get_bus_conf.c
+++ b/src/mainboard/technexion/tim5690/get_bus_conf.c
@@ -57,7 +57,7 @@ static u32 get_bus_conf_done = 0;
void get_bus_conf(void)
{
u32 apicid_base;
- device_t dev;
+ struct device *dev;
int i;
if (get_bus_conf_done == 1)