diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2023-07-28 21:24:39 +0800 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-08-18 21:48:05 +0100 |
commit | 733e2e9a28e6fa109e51e0b77901552f69df0ef1 (patch) | |
tree | 6329afac0deb1625b2fff067b0332df1fa3adaff /include/linux/mfd/abx500 | |
parent | e0d77323824054f15f3137e890f7addc48198a3e (diff) | |
download | linux-stable-733e2e9a28e6fa109e51e0b77901552f69df0ef1.tar.gz linux-stable-733e2e9a28e6fa109e51e0b77901552f69df0ef1.tar.bz2 linux-stable-733e2e9a28e6fa109e51e0b77901552f69df0ef1.zip |
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>
Diffstat (limited to 'include/linux/mfd/abx500')
-rw-r--r-- | include/linux/mfd/abx500/ab8500.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mfd/abx500/ab8500.h b/include/linux/mfd/abx500/ab8500.h index 302a330c5c84..09fb3c56e7d7 100644 --- a/include/linux/mfd/abx500/ab8500.h +++ b/include/linux/mfd/abx500/ab8500.h @@ -382,10 +382,6 @@ struct ab8500_platform_data { struct ab8500_sysctrl_platform_data *sysctrl; }; -extern int ab8500_init(struct ab8500 *ab8500, - enum ab8500_version version); -extern int ab8500_exit(struct ab8500 *ab8500); - extern int ab8500_suspend(struct ab8500 *ab8500); static inline int is_ab8500(struct ab8500 *ab) |