summaryrefslogtreecommitdiffstats
path: root/src/drivers/lenovo
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-02 22:00:38 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-05-04 10:20:03 +0000
commit372917dc4a5db738537e9e91054102a4c9b303a7 (patch)
tree19b0c6cbd4f5d2b20810f25e4bbab4e8d9406b5d /src/drivers/lenovo
parent712ef1f27661bdde7f7a0fa8d7812af2db1bb00a (diff)
downloadcoreboot-372917dc4a5db738537e9e91054102a4c9b303a7.tar.gz
coreboot-372917dc4a5db738537e9e91054102a4c9b303a7.tar.bz2
coreboot-372917dc4a5db738537e9e91054102a4c9b303a7.zip
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>
Diffstat (limited to 'src/drivers/lenovo')
-rw-r--r--src/drivers/lenovo/wacom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/lenovo/wacom.c b/src/drivers/lenovo/wacom.c
index f0f6ef8d351a..ca807efe634f 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)