Input: maceps2 - convert to the new platform device interface
authorDmitry Torokhov <dtor_core@ameritech.net>
Wed, 28 Dec 2005 06:25:53 +0000 (01:25 -0500)
committerDmitry Torokhov <dtor_core@ameritech.net>
Wed, 28 Dec 2005 06:25:53 +0000 (01:25 -0500)
commit9d6c25029db6de7fc375b07da936c3341af0accf
tree1fd40668b046339505896e72a889591d7e40c59f
parent26421c7acc02847c724eb9f92797f84dbf9be007
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>
drivers/input/serio/maceps2.c