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