Skip to content
Commit f8113416 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: i8042 - use platform_driver_probe



i8042 is not hot-pluggable and we create the device when we register
the driver, so let's save some memory by using platform_device_probe
and using __init instead of __devinit.

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 386b3849
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment