|
@@ -36,7 +36,7 @@ static int num = 0;
|
|
|
* have irqs (PIC, Timer) because we call acpi_register_gsi.
|
|
|
* Finally, only devices that have a CRS method need to be in this list.
|
|
|
*/
|
|
|
-static struct __initdata acpi_device_id excluded_id_list[] = {
|
|
|
+static struct acpi_device_id excluded_id_list[] __initdata = {
|
|
|
{"PNP0C09", 0}, /* EC */
|
|
|
{"PNP0C0F", 0}, /* Link device */
|
|
|
{"PNP0000", 0}, /* PIC */
|