From: Dmitry Torokhov Date: Mon, 23 Jan 2012 07:27:29 +0000 (-0800) Subject: Input: nomadik-ske-keypad - do not assign driver's probe() method X-Git-Tag: v3.4-rc1~130^2^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db3dbd093a7cbb201f169ace35f6cdff562e5a77;p=pandora-kernel.git Input: nomadik-ske-keypad - do not assign driver's probe() method Because we are using platform_device_probe() to register the driver we do not need to assign driver's probe method. We also can mark ske_keypad_probe(), together with ske_keypad_chip_init(), as __init instead of __devinit. Acked-by: Linus Walleij Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed