Input: ct82c710 - convert to the new platform device interface
authorDmitry Torokhov <dtor_core@ameritech.net>
Wed, 28 Dec 2005 06:25:30 +0000 (01:25 -0500)
committerDmitry Torokhov <dtor_core@ameritech.net>
Wed, 28 Dec 2005 06:25:30 +0000 (01:25 -0500)
commit916d83cfe5da1cda454d8b0ae233f06b58bd7f91
tree30e5d31dddb98479f565e40444dca4a97af03fb3
parent87fd6318a6c381ba1e10a4f56907d11ae4a987b9
Input: ct82c710 - 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/ct82c710.c