]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
net: cs89x0: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Mon, 4 Mar 2013 16:43:50 +0000 (16:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Mar 2013 04:39:13 +0000 (23:39 -0500)
commitfae4f3cf49ac9d91b83c705809d71fdeb0dc9284
tree580f46fda1b70c27a0714e21352dc4acc2e23214
parentb543a8d813e979821d97a58b1509df4fdfcfa637
net: cs89x0: 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/net/ethernet/cirrus/cs89x0.c