summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mfd/mc13xxx.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/mfd/mc13xxx.h b/include/mfd/mc13xxx.h
index 2951b20a5a..0a76d356ad 100644
--- a/include/mfd/mc13xxx.h
+++ b/include/mfd/mc13xxx.h
@@ -109,9 +109,4 @@ extern int mc13xxx_reg_read(struct mc13xxx *mc13xxx, u8 reg, u32 *val);
extern int mc13xxx_reg_write(struct mc13xxx *mc13xxx, u8 reg, u32 val);
extern int mc13xxx_set_bits(struct mc13xxx *mc13xxx, u8 reg, u32 mask, u32 val);
-static inline int mc13xxx_get_revision(struct mc13xxx *mc13xxx)
-{
- return mc13xxx->revision;
-}
-
#endif /* __MFD_MC13XXX_H */