diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-04 21:47:24 +0200 |
---|---|---|
committer | Jonathan A. Kollasch <jakllsch@kollasch.net> | 2018-05-07 13:20:54 +0000 |
commit | 29c3f3b8e97aeef0419894c554ff9863848e1860 (patch) | |
tree | 5e878527e02b7aa130ae27de7ac8466be55b1dae /src/mainboard/winent/mb6047/get_bus_conf.c | |
parent | 457d3ef2dcb64a9b944c3c7cd5a72fbf0ac509de (diff) |
mb/winent: Get rid of device_t
Use of device_t has been abandoned in ramstage.
Change-Id: Ice673efd52e414e4064734883ca92dce5fc059cd
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26093
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: Jonathan A. Kollasch <jakllsch@kollasch.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/winent/mb6047/get_bus_conf.c')
-rw-r--r-- | src/mainboard/winent/mb6047/get_bus_conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/winent/mb6047/get_bus_conf.c b/src/mainboard/winent/mb6047/get_bus_conf.c index a0d3c94e95..de79fa05a7 100644 --- a/src/mainboard/winent/mb6047/get_bus_conf.c +++ b/src/mainboard/winent/mb6047/get_bus_conf.c @@ -35,7 +35,7 @@ void get_bus_conf(void) unsigned apicid_base; unsigned sbdn; - device_t dev; + struct device *dev; int i; if (get_bus_conf_done == 1) |