2023-07-28 14:27:28

by Yue Haibing

[permalink] [raw]
Subject: [PATCH -next] mfd: 88pm860x: Remove unused extern declarations

commit 260a127bfbeb ("mfd: 88pm860x-i2c: Purge unused functions")
left behind this.

Signed-off-by: Yue Haibing <[email protected]>
---
include/linux/mfd/88pm860x.h | 6 ------
1 file changed, 6 deletions(-)

diff --git a/include/linux/mfd/88pm860x.h b/include/linux/mfd/88pm860x.h
index 473545a2c425..6fa21791fc85 100644
--- a/include/linux/mfd/88pm860x.h
+++ b/include/linux/mfd/88pm860x.h
@@ -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 */
--
2.34.1



2023-08-19 12:42:50

by Lee Jones

[permalink] [raw]
Subject: Re: (subset) [PATCH -next] mfd: 88pm860x: Remove unused extern declarations

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 [李琼斯]