|
@@ -286,10 +286,8 @@ static int acpi_platform_notify_remove(struct device *dev)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static int __init init_acpi_device_notify(void)
|
|
|
+int __init init_acpi_device_notify(void)
|
|
|
{
|
|
|
- if (acpi_disabled)
|
|
|
- return 0;
|
|
|
if (platform_notify || platform_notify_remove) {
|
|
|
printk(KERN_ERR PREFIX "Can't use platform_notify\n");
|
|
|
return 0;
|
|
@@ -298,5 +296,3 @@ static int __init init_acpi_device_notify(void)
|
|
|
platform_notify_remove = acpi_platform_notify_remove;
|
|
|
return 0;
|
|
|
}
|
|
|
-
|
|
|
-arch_initcall(init_acpi_device_notify);
|