summaryrefslogtreecommitdiffstats
path: root/include/i2c/twl4030.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/i2c/twl4030.h')
-rw-r--r--include/i2c/twl4030.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/i2c/twl4030.h b/include/i2c/twl4030.h
index c9fbae0f00..3fef4d9ad6 100644
--- a/include/i2c/twl4030.h
+++ b/include/i2c/twl4030.h
@@ -456,6 +456,6 @@ extern struct twl4030 *twl4030_get(void);
extern int twl4030_reg_read(struct twl4030 *twl4030, u16 reg, u8 *val);
extern int twl4030_reg_write(struct twl4030 *twl4030, u16 reg, u8 val);
-extern int twl4030_set_bits(struct twl4030 *twl4030, enum twl4030_reg reg, u32 mask, u32 val);
+extern int twl4030_set_bits(struct twl4030 *twl4030, enum twl4030_reg reg, u8 mask, u8 val);
#endif /* __I2C_TWL4030_H */