From: Dmitry Torokhov Date: Thu, 10 Sep 2009 02:08:17 +0000 (-0700) Subject: Input: i8042 - use platform_driver_probe X-Git-Tag: v2.6.32-rc1~686^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f81134163fc785622f58af27363079ba1de7c7aa;p=pandora-kernel.git 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 --- Reading git-diff-tree failed