Merge tag 'v3.10.88' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux...
[firefly-linux-kernel-4.4.55.git] / drivers / base / platform.c
index 9eda84246ffd5eda7d1d6947ef27a5ba05a75951..2fb6e9888f3661ca1ab4b83957e1c88db7952fd5 100644 (file)
@@ -913,6 +913,7 @@ int __init platform_bus_init(void)
        error =  bus_register(&platform_bus_type);
        if (error)
                device_unregister(&platform_bus);
+       of_platform_register_reconfig_notifier();
        return error;
 }