aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/stmpe.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/stmpe.h')
-rw-r--r--drivers/mfd/stmpe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/stmpe.h b/drivers/mfd/stmpe.h
index ff2b09ba8797..6639f1b0fef5 100644
--- a/drivers/mfd/stmpe.h
+++ b/drivers/mfd/stmpe.h
@@ -38,7 +38,7 @@ static inline void stmpe_dump_bytes(const char *str, const void *buf,
38 * enable and altfunc callbacks 38 * enable and altfunc callbacks
39 */ 39 */
40struct stmpe_variant_block { 40struct stmpe_variant_block {
41 struct mfd_cell *cell; 41 const struct mfd_cell *cell;
42 int irq; 42 int irq;
43 enum stmpe_block block; 43 enum stmpe_block block;
44}; 44};