omap_hsmmc: Add missing probe handler hook to platform driver data
commit089bebfbdd92def910d69eafafe0719416b6441d
authorRoger Quadros <ext-roger.quadros@nokia.com>
Fri, 16 Oct 2009 01:13:44 +0000 (15 18:13 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 16 Oct 2009 01:14:30 +0000 (15 18:14 -0700)
treeb0749408eb6de0b2f4578f4df89c63bafa6637df
parent012abeea669ea49636cf952d13298bb68654146a
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 <ext-roger.quadros@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/mmc/host/omap_hsmmc.c