summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorYue Haibing <yuehaibing@huawei.com>2023-07-28 21:28:41 +0800
committerLee Jones <lee@kernel.org>2023-08-18 21:48:05 +0100
commit54ab43a957bcb2643c13df5ab71de9dc3f72e5a6 (patch)
tree069a87a22451f1d0925d67609501e8ed82efee94 /include/linux/mfd
parent733e2e9a28e6fa109e51e0b77901552f69df0ef1 (diff)
downloadlinux-stable-54ab43a957bcb2643c13df5ab71de9dc3f72e5a6.tar.gz
linux-stable-54ab43a957bcb2643c13df5ab71de9dc3f72e5a6.tar.bz2
linux-stable-54ab43a957bcb2643c13df5ab71de9dc3f72e5a6.zip
mfd: 88pm860x: Remove unused extern declarations
commit 260a127bfbeb ("mfd: 88pm860x-i2c: Purge unused functions") left behind this. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Link: https://lore.kernel.org/r/20230728132841.10648-1-yuehaibing@huawei.com Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/88pm860x.h6
1 files changed, 0 insertions, 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 */