commit | 26421c7acc02847c724eb9f92797f84dbf9be007 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor_core@ameritech.net> | Wed Dec 28 01:25:42 2005 -0500 |
committer | Dmitry Torokhov <dtor_core@ameritech.net> | Wed Dec 28 01:25:42 2005 -0500 |
tree | aafcebb20f852dc3286668d0ad401999ad4872c8 | |
parent | 916d83cfe5da1cda454d8b0ae233f06b58bd7f91 [diff] |
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>