From caa89c8cfe8b61f9b58bec5b6d371141647d319a Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 15 Oct 2010 08:25:38 +0200 Subject: [PATCH] notifier: sparse fixes Signed-off-by: Sascha Hauer --- include/notifier.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/notifier.h b/include/notifier.h index 878b17e07..cb2be5f54 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);