From: Roger Quadros Date: Mon, 5 Oct 2009 20:50:06 +0000 (-0700) Subject: omap_hsmmc: Add missing probe handler hook to platform driver data X-Git-Tag: v2.6.32-omap1~11^2^2~1^2^2^2^2^2~8^2^2~18^2~2^2^2~2^2^2^2^2~11^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa7705edb1355a52cdca0adfcfe007923bfff7dc;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 --- Reading git-diff-tree failed