projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0d7732
)
mfd: ab8500: Remove unused extern declarations
author
Yue Haibing
<yuehaibing@huawei.com>
Fri, 28 Jul 2023 13:24:39 +0000
(21:24 +0800)
committer
Lee Jones
<lee@kernel.org>
Fri, 18 Aug 2023 20:48:05 +0000
(21:48 +0100)
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>
include/linux/mfd/abx500/ab8500.h
patch
|
blob
|
history
diff --git
a/include/linux/mfd/abx500/ab8500.h
b/include/linux/mfd/abx500/ab8500.h
index
302a330
..
09fb3c5
100644
(file)
--- 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)