Skip to content

Commit

Permalink
spi/dw_spi: fix missing export of dw_spi_remove_host
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Feng Tang authored and Grant Likely committed Jan 21, 2010
1 parent 052dc7c commit 8bcb4a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/spi/dw_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 8bcb4a8

Please sign in to comment.