ide: tx4939ide: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Mon, 4 Mar 2013 16:26:53 +0000 (16:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Mar 2013 17:38:15 +0000 (12:38 -0500)
commit477c17dba125b9b500763f5437fa5051f75b95bf
tree12c162b894d54b7e6e37cc15a31f33e5b888e044
parent5abf6c643115aa20905e36b649cbe80ad784f332
ide: tx4939ide: 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: David S. Miller <davem@davemloft.net>
drivers/ide/tx4939ide.c