[-next] mfd: ab8500: Remove unused extern declarations

Message ID 20230728132439.31568-1-yuehaibing@huawei.com
State New
Headers
Series [-next] mfd: ab8500: Remove unused extern declarations |

Commit Message

Yue Haibing July 28, 2023, 1:24 p.m. UTC
  commit d28f1db8187d ("mfd: Remove confusing ab8500-i2c file and merge into ab8500-core")
left behind this.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
 include/linux/mfd/abx500/ab8500.h | 4 ----
 1 file changed, 4 deletions(-)
  

Comments

Lee Jones Aug. 16, 2023, 9:58 a.m. UTC | #1
On Fri, 28 Jul 2023 21:24:39 +0800, Yue Haibing wrote:
> commit d28f1db8187d ("mfd: Remove confusing ab8500-i2c file and merge into ab8500-core")
> left behind this.
> 
> 

Applied, thanks!

[1/1] mfd: ab8500: Remove unused extern declarations
      commit: ecce60f7c81b0b4d4c50c24a763912cfd7733258

--
Lee Jones [李琼斯]
  

Patch

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)