mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-02 04:47:54 +00:00
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>