Input: i8042 - convert to the new platform device interface
authorDmitry Torokhov <dtor_core@ameritech.net>
Wed, 28 Dec 2005 06:25:11 +0000 (01:25 -0500)
committerDmitry Torokhov <dtor_core@ameritech.net>
Wed, 28 Dec 2005 06:25:11 +0000 (01:25 -0500)
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>

No differences found