mirror of
https://github.com/torvalds/linux.git
synced 2026-09-15 15:01:08 -04:00
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>