mmc: mvsdio: use module_platform_driver_probe()
commit4a2d8ecce0be8240618e133077724abb5b36c1ef
authorJingoo Han <jg1.han@samsung.com>
Tue, 5 Mar 2013 03:54:06 +0000 (5 12:54 +0900)
committerChris Ball <cjb@laptop.org>
Fri, 22 Mar 2013 16:29:12 +0000 (22 12:29 -0400)
tree728dd6a220cb8862e87c078de082bfce991ee3ab
parentd4bf63251c530be61ae7906dc67ace3af36ff3db
mmc: mvsdio: 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/mvsdio.c