diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-22 09:58:30 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-28 18:29:40 -0400 |
commit | c6252e9ce7f51a2af66bd69c93afb37191467c96 (patch) | |
tree | 08c8c93b4ba578cefd9e04e2b7e03b5241b1ed78 /include/linux/mfd | |
parent | 2cfcce18bb09667f583f4a29e814cbadf1d4e525 (diff) |
mfd: Declare abx500_remove_ops()
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 <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/abx500.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/abx500.h b/include/linux/mfd/abx500.h index be7373c79bea..67bd6f7ecf32 100644 --- a/include/linux/mfd/abx500.h +++ b/include/linux/mfd/abx500.h | |||
@@ -229,4 +229,5 @@ struct abx500_ops { | |||
229 | }; | 229 | }; |
230 | 230 | ||
231 | int abx500_register_ops(struct device *core_dev, struct abx500_ops *ops); | 231 | int abx500_register_ops(struct device *core_dev, struct abx500_ops *ops); |
232 | void abx500_remove_ops(struct device *dev); | ||
232 | #endif | 233 | #endif |