diff options
author | Feng Tang <feng.tang@intel.com> | 2010-01-21 09:25:38 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-01-21 09:25:38 -0500 |
commit | 8bcb4a88c5834c6a0fc7140edea32186664fe360 (patch) | |
tree | c46f66dab0e18ab7acb3e19e8312237bbbcf3cb0 /drivers/spi | |
parent | 052dc7c45d8f685fb3720a08331ba3e91e87937e (diff) |
spi/dw_spi: fix missing export of dw_spi_remove_host
So that interface drivers could be built as modules
Signed-off-by: Feng Tang <feng.tang@intel.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/dw_spi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/dw_spi.c b/drivers/spi/dw_spi.c index e434320fded8..8ed38f1d6c18 100644 --- a/drivers/spi/dw_spi.c +++ b/drivers/spi/dw_spi.c | |||
@@ -957,6 +957,7 @@ void __devexit dw_spi_remove_host(struct dw_spi *dws) | |||
957 | /* Disconnect from the SPI framework */ | 957 | /* Disconnect from the SPI framework */ |
958 | spi_unregister_master(dws->master); | 958 | spi_unregister_master(dws->master); |
959 | } | 959 | } |
960 | EXPORT_SYMBOL(dw_spi_remove_host); | ||
960 | 961 | ||
961 | int dw_spi_suspend_host(struct dw_spi *dws) | 962 | int dw_spi_suspend_host(struct dw_spi *dws) |
962 | { | 963 | { |