diff options
Diffstat (limited to 'include/linux/spi/spi.h')
-rw-r--r-- | include/linux/spi/spi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h index 851b25d6e82b..9d8d63109a8f 100644 --- a/include/linux/spi/spi.h +++ b/include/linux/spi/spi.h | |||
@@ -220,7 +220,7 @@ struct spi_master { | |||
220 | struct spi_message *mesg); | 220 | struct spi_message *mesg); |
221 | 221 | ||
222 | /* called on release() to free memory provided by spi_master */ | 222 | /* called on release() to free memory provided by spi_master */ |
223 | void (*cleanup)(const struct spi_device *spi); | 223 | void (*cleanup)(struct spi_device *spi); |
224 | }; | 224 | }; |
225 | 225 | ||
226 | static inline void *spi_master_get_devdata(struct spi_master *master) | 226 | static inline void *spi_master_get_devdata(struct spi_master *master) |