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: ab8500: Remove unused extern declarations

commit d28f1db8187d ("mfd: Remove confusing ab8500-i2c file and merge into ab8500-core")
left behind this.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20230728132439.31568-1-yuehaibing@huawei.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Yue Haibing and committed by
Lee Jones
733e2e9a e0d77323

-4
-4
include/linux/mfd/abx500/ab8500.h
··· 382 382 struct ab8500_sysctrl_platform_data *sysctrl; 383 383 }; 384 384 385 - extern int ab8500_init(struct ab8500 *ab8500, 386 - enum ab8500_version version); 387 - extern int ab8500_exit(struct ab8500 *ab8500); 388 - 389 385 extern int ab8500_suspend(struct ab8500 *ab8500); 390 386 391 387 static inline int is_ab8500(struct ab8500 *ab)