summaryrefslogtreecommitdiffstats
path: root/include/mfd/twl-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mfd/twl-core.h')
-rw-r--r--include/mfd/twl-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mfd/twl-core.h b/include/mfd/twl-core.h
index f090032b3f..88d29f019b 100644
--- a/include/mfd/twl-core.h
+++ b/include/mfd/twl-core.h
@@ -21,7 +21,7 @@ struct twlcore {
struct i2c_client *client;
};
-extern struct file_operations twl_fops;
+extern struct cdev_operations twl_fops;
extern int twlcore_reg_read(struct twlcore *twlcore, u16 reg, u8 *val);
extern int twlcore_reg_write(struct twlcore *twlcore, u16 reg, u8 val);