Input: i8042 - convert to the new platform device interface
authorDmitry Torokhov <dtor_core@ameritech.net>
Wed, 28 Dec 2005 06:25:11 +0000 (01:25 -0500)
committerDmitry Torokhov <dtor_core@ameritech.net>
Wed, 28 Dec 2005 06:25:11 +0000 (01:25 -0500)
commit87fd6318a6c381ba1e10a4f56907d11ae4a987b9
tree84585314facc63e6320d34a70b65983b59b66761
parent8ea3694fcb7e5471cf84313a10e012b48e33c892
Input: i8042 - convert to the new platform device interface

Do not use platform_device_register_simple() as it is going away,
implement ->probe() and ->remove() functions so manual binding and
unbinding will work with this driver.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/serio/i8042.c