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 <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26011
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS
2018-05-02 22:00:38 +02:00
committed by Patrick Georgi
parent 712ef1f276
commit 372917dc4a

View File

@@ -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)