9
0
Fork 0

notifier: sparse fixes

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2010-10-15 08:25:38 +02:00
parent f538b46572
commit caa89c8cfe
1 changed files with 1 additions and 0 deletions

View File

@ -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);