From 119195e476b6e8f4f167ed5157b16a9518d33f39 Mon Sep 17 00:00:00 2001 From: Roger Quadros Date: Wed, 4 Nov 2009 13:00:41 -0800 Subject: [PATCH] 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 -- 2.47.3