omap_hsmmc: Add missing probe handler hook to platform driver data
authorRoger Quadros <ext-roger.quadros@nokia.com>
Sat, 14 Nov 2009 00:25:16 +0000 (16:25 -0800)
committerTony Lindgren <tony@atomide.com>
Sat, 14 Nov 2009 00:25:16 +0000 (16:25 -0800)
commit05a2ee5866147f27b768984db76aa04e1e63be7c
tree908983eebfdf8633dc24c26808869540055e66b0
parent156171c71a0dc4bce12b4408bb1591f8fe32dc1a
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>