omap_hsmmc: Add missing probe handler hook to platform driver data
authorRoger Quadros <ext-roger.quadros@nokia.com>
Fri, 9 Oct 2009 00:59:47 +0000 (17:59 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 9 Oct 2009 00:59:47 +0000 (17:59 -0700)
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>

No differences found