|
@@ -485,7 +485,7 @@ static const struct acpi_device_id processor_device_ids[] = {
|
|
{ }
|
|
{ }
|
|
};
|
|
};
|
|
|
|
|
|
-static struct acpi_scan_handler __refdata processor_handler = {
|
|
|
|
|
|
+static struct acpi_scan_handler processor_handler = {
|
|
.ids = processor_device_ids,
|
|
.ids = processor_device_ids,
|
|
.attach = acpi_processor_add,
|
|
.attach = acpi_processor_add,
|
|
#ifdef CONFIG_ACPI_HOTPLUG_CPU
|
|
#ifdef CONFIG_ACPI_HOTPLUG_CPU
|