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>
This commit is contained in:
Feng Tang 2010-01-21 07:25:38 -07:00 committed by Grant Likely
parent 052dc7c45d
commit 8bcb4a88c5
1 changed files with 1 additions and 0 deletions

View File

@ -957,6 +957,7 @@ void __devexit dw_spi_remove_host(struct dw_spi *dws)
/* Disconnect from the SPI framework */
spi_unregister_master(dws->master);
}
EXPORT_SYMBOL(dw_spi_remove_host);
int dw_spi_suspend_host(struct dw_spi *dws)
{