Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346833
b: refs/heads/master
c: 1a9bd45
h: refs/heads/master
i:
  346831: bb1eac3
v: v3
  • Loading branch information
Nathan Fontenot authored and Benjamin Herrenschmidt committed Nov 29, 2012
1 parent af65be4 commit 30ad1e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3991782ea3e41412f8a665cd6ce66943d76aff8a
refs/heads/master: 1a9bd45412665e73c72612b6f744378d860e02a8
2 changes: 2 additions & 0 deletions trunk/drivers/of/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -1197,11 +1197,13 @@ int of_reconfig_notifier_register(struct notifier_block *nb)
{
return blocking_notifier_chain_register(&of_reconfig_chain, nb);
}
EXPORT_SYMBOL_GPL(of_reconfig_notifier_register);

int of_reconfig_notifier_unregister(struct notifier_block *nb)
{
return blocking_notifier_chain_unregister(&of_reconfig_chain, nb);
}
EXPORT_SYMBOL_GPL(of_reconfig_notifier_unregister);

int of_reconfig_notify(unsigned long action, void *p)
{
Expand Down

0 comments on commit 30ad1e3

Please sign in to comment.