omap_hsmmc: Add missing probe handler hook to platform driver data
authorRoger Quadros <ext-roger.quadros@nokia.com>
Sun, 22 Nov 2009 18:04:27 +0000 (10:04 -0800)
committerTony Lindgren <tony@atomide.com>
Sun, 22 Nov 2009 18:04:27 +0000 (10:04 -0800)
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