git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
386b384
)
Input: i8042 - use platform_driver_probe
author
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Thu, 10 Sep 2009 02:08:17 +0000
(19:08 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Fri, 11 Sep 2009 05:11:37 +0000
(22:11 -0700)
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>
No differences found