diff options
Diffstat (limited to 'include/linux/mfd/anatop.h')
-rw-r--r-- | include/linux/mfd/anatop.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mfd/anatop.h b/include/linux/mfd/anatop.h index 22c1007d3ec5..7f92acf03d9e 100644 --- a/include/linux/mfd/anatop.h +++ b/include/linux/mfd/anatop.h | |||
@@ -34,7 +34,7 @@ struct anatop { | |||
34 | spinlock_t reglock; | 34 | spinlock_t reglock; |
35 | }; | 35 | }; |
36 | 36 | ||
37 | extern u32 anatop_get_bits(struct anatop *, u32, int, int); | 37 | extern u32 anatop_read_reg(struct anatop *, u32); |
38 | extern void anatop_set_bits(struct anatop *, u32, int, int, u32); | 38 | extern void anatop_write_reg(struct anatop *, u32, u32, u32); |
39 | 39 | ||
40 | #endif /* __LINUX_MFD_ANATOP_H */ | 40 | #endif /* __LINUX_MFD_ANATOP_H */ |