From 66e602a7fab46b4879ad78edbb722a282b0ab53c Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 4 May 2018 21:52:58 +0200 Subject: mb/supermicro: Get rid of device_t Use of device_t has been abandoned in ramstage. Change-Id: Icc633dc499568cf672f5e244e026e45a6eea5fd8 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26095 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh --- src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c') diff --git a/src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c b/src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c index 813fa77ea2..75b1347aba 100644 --- a/src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c +++ b/src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c @@ -68,7 +68,7 @@ void get_bus_conf(void) unsigned apicid_base; struct mb_sysconf_t *m; - device_t dev; + struct device *dev; int i; if(get_bus_conf_done == 1) return; //do it only once -- cgit v1.2.3