From: Roger Quadros Date: Sat, 14 Nov 2009 00:25:16 +0000 (-0800) Subject: omap_hsmmc: Add missing probe handler hook to platform driver data X-Git-Tag: v2.6.32-omap1~11^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05a2ee5866147f27b768984db76aa04e1e63be7c;p=pandora-kernel.git omap_hsmmc: Add missing probe handler hook to platform driver data The missing probe handler hook will never probe the driver. Add it back. Fixes broken MMC on OMAP. We use platform_driver_probe() API since omap_hsmmc is not a hot-pluggable device. Signed-off-by: Roger Quadros Signed-off-by: Tony Lindgren ---