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