Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6252e9c authored by Mark Brown's avatar Mark Brown Committed by Samuel Ortiz
Browse files

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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 2cfcce18
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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