nb/intel/i440bx: Get rid of device_t

Use of device_t has been abandoned in ramstage.

Change-Id: I69c8b95ff1937c0b08147d9e26a3118c58129cf5
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26197
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
Elyes HAOUAS 2018-05-09 17:49:56 +02:00 committed by Patrick Georgi
parent 3e7197a59e
commit 322fa32e5e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ static const struct pci_driver northbridge_driver __pci_driver = {
static void i440bx_domain_set_resources(struct device *dev)
{
device_t mc_dev;
struct device *mc_dev;
uint32_t pci_tolm;
pci_tolm = find_pci_tolm(dev->link_list);