Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- 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 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox