commit | e7c3aad53dba54d375b632f2a21b680546828dec | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor_core@ameritech.net> | Wed Dec 28 01:26:24 2005 -0500 |
committer | Dmitry Torokhov <dtor_core@ameritech.net> | Wed Dec 28 01:26:24 2005 -0500 |
tree | b724a6939a3d01d2edffce2e654e10f33876f5f3 | |
parent | 9d6c25029db6de7fc375b07da936c3341af0accf [diff] |
Input: wistron - 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 would work. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>