Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26011
Change subject: src/drivers/lenovo/wacom.c: Get rid of device_t
......................................................................
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(a)noos.fr>
---
M src/drivers/lenovo/wacom.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/26011/1
diff --git a/src/drivers/lenovo/wacom.c b/src/drivers/lenovo/wacom.c
index f0f6ef8..ca807ef 100644
--- a/src/drivers/lenovo/wacom.c
+++ b/src/drivers/lenovo/wacom.c
@@ -43,7 +43,7 @@
const char *pn;
int i;
static int result = -1;
- device_t superio;
+ struct device *superio;
u8 sioid;
if (result != -1)
--
To view, visit https://review.coreboot.org/26011
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idb139d5cb2ac10f4051407137242ccee1a09b785
Gerrit-Change-Number: 26011
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas(a)noos.fr>