summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/h8scm_fam10/get_bus_conf.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-04 21:52:58 +0200
committerMartin Roth <martinroth@google.com>2018-05-08 14:22:39 +0000
commit66e602a7fab46b4879ad78edbb722a282b0ab53c (patch)
treede166e085fb72b7b9d97efc0cb6fad9e84d89ccf /src/mainboard/supermicro/h8scm_fam10/get_bus_conf.c
parent61e07f6ed6ffbadff82f2d4e1b21dcc111e33762 (diff)
downloadcoreboot-66e602a7fab46b4879ad78edbb722a282b0ab53c.tar.xz
mb/supermicro: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: Icc633dc499568cf672f5e244e026e45a6eea5fd8 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26095 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/supermicro/h8scm_fam10/get_bus_conf.c')
-rw-r--r--src/mainboard/supermicro/h8scm_fam10/get_bus_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/supermicro/h8scm_fam10/get_bus_conf.c b/src/mainboard/supermicro/h8scm_fam10/get_bus_conf.c
index d1e8851dd6..25e8bb62a0 100644
--- a/src/mainboard/supermicro/h8scm_fam10/get_bus_conf.c
+++ b/src/mainboard/supermicro/h8scm_fam10/get_bus_conf.c
@@ -59,7 +59,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)