commit | f81134163fc785622f58af27363079ba1de7c7aa | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Sep 09 19:08:17 2009 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Sep 10 22:11:37 2009 -0700 |
tree | c67cc607689b5abd739536f65f85cbc8539f02f3 | |
parent | 386b384900a200d5fcabdd4a9c27eb21db606cd4 [diff] |
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: Dmitry Torokhov <dtor@mail.ru>