Loading drivers/acpi/hed.c +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ #include <linux/acpi.h> #include <acpi/hed.h> static struct acpi_device_id acpi_hed_ids[] = { static const struct acpi_device_id acpi_hed_ids[] = { {"PNP0C33", 0}, {"", 0}, }; Loading Loading
drivers/acpi/hed.c +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ #include <linux/acpi.h> #include <acpi/hed.h> static struct acpi_device_id acpi_hed_ids[] = { static const struct acpi_device_id acpi_hed_ids[] = { {"PNP0C33", 0}, {"", 0}, }; Loading