diff options
Diffstat (limited to 'drivers/spi/dw_spi.c')
-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 | { |