From dcbf825714e27a4c39edcc36c7623b37bc40040a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 11 Nov 2015 10:05:45 -0700 Subject: input: Convert i8042 to driver model Adjust this driver to support driver model. The only users are x86 boards so this should be safe. Signed-off-by: Simon Glass Reviewed-by: Bin Meng Tested-by: Bin Meng --- include/i8042.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/i8042.h') diff --git a/include/i8042.h b/include/i8042.h index e0afce1..9723b6a 100644 --- a/include/i8042.h +++ b/include/i8042.h @@ -87,10 +87,4 @@ void i8042_flush(void); */ int i8042_disable(void); -struct stdio_dev; - -int i8042_kbd_init(void); -int i8042_tstc(struct stdio_dev *dev); -int i8042_getc(struct stdio_dev *dev); - #endif /* _I8042_H_ */ -- cgit v1.1