mmc: dw_mmc-pci: Use module_pci_driver
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 27 Aug 2012 06:29:17 +0000 (11:59 +0530)
committerChris Ball <cjb@laptop.org>
Tue, 4 Sep 2012 17:58:30 +0000 (13:58 -0400)
commit350e3e00fbebf6e01855e0096b7fd41b2479e858
treea41188aa7ef3955cbe0cf4f45e985158109204bf
parentacc696463d1aa8db0c9d20f567789e0cb2ae1de0
mmc: dw_mmc-pci: Use module_pci_driver

module_pci_driver makes the code simpler by eliminating module_init
and module_exit calls.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc-pci.c