[PATCH 11/42] notifier: sparse fixes
Sascha Hauer
s.hauer at pengutronix.de
Tue Oct 19 08:54:59 EDT 2010
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
include/notifier.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/notifier.h b/include/notifier.h
index 878b17e..cb2be5f 100644
--- a/include/notifier.h
+++ b/include/notifier.h
@@ -15,6 +15,7 @@ struct notifier_head {
};
int notifier_chain_register(struct notifier_head *nh, struct notifier_block *n);
+int notifier_chain_unregister(struct notifier_head *nh, struct notifier_block *n);
int notifier_call_chain(struct notifier_head *nh, unsigned long val, void *v);
--
1.7.2.3
More information about the barebox
mailing list