From 322fa32e5e4b396ffba3f12cdb128b3aa4624f3c Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 9 May 2018 17:49:56 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/26197 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- src/northbridge/intel/i440bx/northbridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/intel') diff --git a/src/northbridge/intel/i440bx/northbridge.c b/src/northbridge/intel/i440bx/northbridge.c index b993817c6f..ae1a74f974 100644 --- a/src/northbridge/intel/i440bx/northbridge.c +++ b/src/northbridge/intel/i440bx/northbridge.c @@ -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); -- cgit v1.2.3