diff options
Diffstat (limited to 'drivers/spi/spi_bitbang.c')
-rw-r--r-- | drivers/spi/spi_bitbang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi_bitbang.c b/drivers/spi/spi_bitbang.c index a5dadc74cee6..24a330d82395 100644 --- a/drivers/spi/spi_bitbang.c +++ b/drivers/spi/spi_bitbang.c | |||
@@ -238,7 +238,7 @@ EXPORT_SYMBOL_GPL(spi_bitbang_setup); | |||
238 | /** | 238 | /** |
239 | * spi_bitbang_cleanup - default cleanup for per-word I/O loops | 239 | * spi_bitbang_cleanup - default cleanup for per-word I/O loops |
240 | */ | 240 | */ |
241 | void spi_bitbang_cleanup(const struct spi_device *spi) | 241 | void spi_bitbang_cleanup(struct spi_device *spi) |
242 | { | 242 | { |
243 | kfree(spi->controller_state); | 243 | kfree(spi->controller_state); |
244 | } | 244 | } |