powerpc+of: Export of_reconfig_notifier_[register,unregister]
[firefly-linux-kernel-4.4.55.git] / drivers / of / base.c
index 02d94c4ea83c08b5b2e21daa330e615b530c907b..fa40402fe8d5f4fe00979a4e813958e3b45b3f1a 100644 (file)
@@ -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)
 {