mmc: mmc_spi: Use module_spi_driver
authorSachin Kamat <[email protected]>
Mon, 27 Aug 2012 06:23:42 +0000 (11:53 +0530)
committerChris Ball <[email protected]>
Tue, 4 Sep 2012 17:58:29 +0000 (13:58 -0400)
commit6f478825158cbfa76bb976e7c9841456b9721a14
treed50da09c52e073ef360f63003694f1dadc5ec49c
parent2ad0b2494f83d87046db2c4fe6256546d44b3160
mmc: mmc_spi: Use module_spi_driver

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

Signed-off-by: Sachin Kamat <[email protected]>
Signed-off-by: Chris Ball <[email protected]>
drivers/mmc/host/mmc_spi.c