mmc: davinci_mmc: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Tue, 5 Mar 2013 03:53:23 +0000 (12:53 +0900)
committerChris Ball <cjb@laptop.org>
Fri, 22 Mar 2013 16:29:01 +0000 (12:29 -0400)
commitd4bf63251c530be61ae7906dc67ace3af36ff3db
tree66333dd8d86c4fd559719281d53fe56648ce6010
parenteed222aca8d077af3600b651176f6fd04d95cce1
mmc: davinci_mmc: use module_platform_driver_probe()

This patch uses module_platform_driver_probe() macro which makes
the code smaller and simpler.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/davinci_mmc.c