From 372917dc4a5db738537e9e91054102a4c9b303a7 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 2 May 2018 22:00:38 +0200 Subject: src/drivers/lenovo/wacom.c: Get rid of device_t Use of `device_t` has been abandoned in ramstage. Change-Id: Idb139d5cb2ac10f4051407137242ccee1a09b785 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26011 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/drivers/lenovo/wacom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers') diff --git a/src/drivers/lenovo/wacom.c b/src/drivers/lenovo/wacom.c index f0f6ef8d35..ca807efe63 100644 --- a/src/drivers/lenovo/wacom.c +++ b/src/drivers/lenovo/wacom.c @@ -43,7 +43,7 @@ drivers_lenovo_is_wacom_present(void) const char *pn; int i; static int result = -1; - device_t superio; + struct device *superio; u8 sioid; if (result != -1) -- cgit v1.2.3