From 040aff27458ff2e41052c14cf4a981641313a3f6 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 27 May 2018 16:30:36 +0200 Subject: soc/intel/broadwell: Get rid of device_t Use of device_t has been abandoned in ramstage. Change-Id: I043f4169ad080f9a449c8780500332c9512b62ff Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26583 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/soc/intel/broadwell/ehci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/broadwell/ehci.c') diff --git a/src/soc/intel/broadwell/ehci.c b/src/soc/intel/broadwell/ehci.c index e00fa25c2a..b1ead7783f 100644 --- a/src/soc/intel/broadwell/ehci.c +++ b/src/soc/intel/broadwell/ehci.c @@ -24,7 +24,7 @@ #include #include -static void usb_ehci_set_subsystem(device_t dev, unsigned int vendor, +static void usb_ehci_set_subsystem(struct device *dev, unsigned int vendor, unsigned int device) { u8 access_cntl; -- cgit v1.2.3