[-next] mfd: 88pm860x: Remove unused extern declarations

Message ID 20230728132841.10648-1-yuehaibing@huawei.com
State New
Headers
Series [-next] mfd: 88pm860x: Remove unused extern declarations |

Commit Message

Yue Haibing July 28, 2023, 1:28 p.m. UTC
  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

Lee Jones Aug. 16, 2023, 9:59 a.m. UTC | #1
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 [李琼斯]
  

Patch

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 */