]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: mmc_spi: Use module_spi_driver
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 27 Aug 2012 06:23:42 +0000 (11:53 +0530)
committerChris Ball <cjb@laptop.org>
Tue, 4 Sep 2012 17:58:29 +0000 (13:58 -0400)
commitb24e9f485e3f67f00fb72d799fa317bad3c927f9
treed50da09c52e073ef360f63003694f1dadc5ec49c
parent8d9000007406c7e2f0d151f62b7dc574a30ff0d4
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 <sachin.kamat@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/mmc_spi.c