| commit | 9d6c25029db6de7fc375b07da936c3341af0accf | [log] [tgz] |
|---|---|---|
| author | Dmitry Torokhov <dtor_core@ameritech.net> | Wed Dec 28 01:25:53 2005 -0500 |
| committer | Dmitry Torokhov <dtor_core@ameritech.net> | Wed Dec 28 01:25:53 2005 -0500 |
| tree | 1fd40668b046339505896e72a889591d7e40c59f | |
| parent | 26421c7acc02847c724eb9f92797f84dbf9be007 [diff] |
Input: maceps2 - 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>