summaryrefslogtreecommitdiffstats
path: root/src/mainboard/jetway/pa78vm5/get_bus_conf.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/get_bus_conf.c
parent20c78048a7a637d0de4505bdcbc00a994eee83fc (diff)
downloadcoreboot-29c657f4c6c24899579dfda4de0ca553fde08c51.tar.gz
coreboot-29c657f4c6c24899579dfda4de0ca553fde08c51.tar.bz2
coreboot-29c657f4c6c24899579dfda4de0ca553fde08c51.zip
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/get_bus_conf.c')
-rw-r--r--src/mainboard/jetway/pa78vm5/get_bus_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/jetway/pa78vm5/get_bus_conf.c b/src/mainboard/jetway/pa78vm5/get_bus_conf.c
index 8931d95d7e4b..18cf0a841e4b 100644
--- a/src/mainboard/jetway/pa78vm5/get_bus_conf.c
+++ b/src/mainboard/jetway/pa78vm5/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)