From: Uwe Kleine-König Date: Thu, 16 Jul 2009 15:05:43 +0000 (+0100) Subject: serial: don't add msm_serial's probe function to the driver struct X-Git-Tag: v2.6.31-rc4~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f4256b22c554f713ffdd395c1f2bfd53746cfc9;p=pandora-kernel.git serial: don't add msm_serial's probe function to the driver struct msm_serial_driver is registered using platform_driver_probe which takes care for the probe function itself. So don't pass it in the driver struct, too. Signed-off-by: Uwe Kleine-König Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed