projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cfcce1
)
mfd: Declare abx500_remove_ops()
author
Mark Brown
<
[email protected]
>
Wed, 22 Sep 2010 13:58:30 +0000
(14:58 +0100)
committer
Samuel Ortiz
<
[email protected]
>
Thu, 28 Oct 2010 22:29:40 +0000
(
00:29
+0200)
Otherwise sparse warns about a public symbol with no declaration and
the compiler can't spot if the callers and users have different signatures
for the function.
Signed-off-by: Mark Brown <
[email protected]
>
Signed-off-by: Samuel Ortiz <
[email protected]
>
include/linux/mfd/abx500.h
patch
|
blob
|
history
diff --git
a/include/linux/mfd/abx500.h
b/include/linux/mfd/abx500.h
index be7373c79beac2eff958cee1575b367e2e14dd41..67bd6f7ecf3228f7ca9a024ba09b5ef056521d63 100644
(file)
--- a/
include/linux/mfd/abx500.h
+++ b/
include/linux/mfd/abx500.h
@@
-229,4
+229,5
@@
struct abx500_ops {
};
int abx500_register_ops(struct device *core_dev, struct abx500_ops *ops);
+void abx500_remove_ops(struct device *dev);
#endif