Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Yue Haibing and committed by
Lee Jones
54ab43a9 733e2e9a

-6
-6
include/linux/mfd/88pm860x.h
··· 472 472 extern int pm860x_bulk_write(struct i2c_client *, int, int, unsigned char *); 473 473 extern int pm860x_set_bits(struct i2c_client *, int, unsigned char, 474 474 unsigned char); 475 - extern int pm860x_page_reg_read(struct i2c_client *, int); 476 475 extern int pm860x_page_reg_write(struct i2c_client *, int, unsigned char); 477 476 extern int pm860x_page_bulk_read(struct i2c_client *, int, int, 478 477 unsigned char *); 479 - extern int pm860x_page_bulk_write(struct i2c_client *, int, int, 480 - unsigned char *); 481 - extern int pm860x_page_set_bits(struct i2c_client *, int, unsigned char, 482 - unsigned char); 483 - 484 478 #endif /* __LINUX_MFD_88PM860X_H */