Commit 733e2e9a authored by Yue Haibing's avatar Yue Haibing Committed by Lee Jones
Browse files

mfd: ab8500: Remove unused extern declarations



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

Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20230728132439.31568-1-yuehaibing@huawei.com


Signed-off-by: default avatarLee Jones <lee@kernel.org>
parent e0d77323
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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)