[-next] mfd: 88pm860x: Remove unused extern declarations
Commit Message
commit 260a127bfbeb ("mfd: 88pm860x-i2c: Purge unused functions")
left behind this.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
include/linux/mfd/88pm860x.h | 6 ------
1 file changed, 6 deletions(-)
Comments
On Fri, 28 Jul 2023 21:28:41 +0800, Yue Haibing wrote:
> commit 260a127bfbeb ("mfd: 88pm860x-i2c: Purge unused functions")
> left behind this.
>
>
Applied, thanks!
[1/1] mfd: 88pm860x: Remove unused extern declarations
commit: 7a62adf0a9c9b1e1a3fb9aa62510faa3ddaf04ca
--
Lee Jones [李琼斯]
@@ -472,13 +472,7 @@ extern int pm860x_bulk_read(struct i2c_client *, int, int, unsigned char *);
extern int pm860x_bulk_write(struct i2c_client *, int, int, unsigned char *);
extern int pm860x_set_bits(struct i2c_client *, int, unsigned char,
unsigned char);
-extern int pm860x_page_reg_read(struct i2c_client *, int);
extern int pm860x_page_reg_write(struct i2c_client *, int, unsigned char);
extern int pm860x_page_bulk_read(struct i2c_client *, int, int,
unsigned char *);
-extern int pm860x_page_bulk_write(struct i2c_client *, int, int,
- unsigned char *);
-extern int pm860x_page_set_bits(struct i2c_client *, int, unsigned char,
- unsigned char);
-
#endif /* __LINUX_MFD_88PM860X_H */