[PATCH] SPI cleanup() method param becomes non-const
[deliverable/linux.git] / drivers / spi / spi_bitbang.c
index a5dadc74cee6c788151e64a97a144857c0c62deb..24a330d82395a6e260c9ae5bdc7bb6132bb7c477 100644 (file)
@@ -238,7 +238,7 @@ EXPORT_SYMBOL_GPL(spi_bitbang_setup);
 /**
  * spi_bitbang_cleanup - default cleanup for per-word I/O loops
  */
-void spi_bitbang_cleanup(const struct spi_device *spi)
+void spi_bitbang_cleanup(struct spi_device *spi)
 {
        kfree(spi->controller_state);
 }
This page took 0.025891 seconds and 5 git commands to generate.