diff options
Diffstat (limited to 'drivers/acpi/hed.c')
-rw-r--r-- | drivers/acpi/hed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/hed.c b/drivers/acpi/hed.c index aafe3ca829c2..a322710b5ba4 100644 --- a/drivers/acpi/hed.c +++ b/drivers/acpi/hed.c | |||
@@ -27,7 +27,7 @@ | |||
27 | #include <linux/acpi.h> | 27 | #include <linux/acpi.h> |
28 | #include <acpi/hed.h> | 28 | #include <acpi/hed.h> |
29 | 29 | ||
30 | static struct acpi_device_id acpi_hed_ids[] = { | 30 | static const struct acpi_device_id acpi_hed_ids[] = { |
31 | {"PNP0C33", 0}, | 31 | {"PNP0C33", 0}, |
32 | {"", 0}, | 32 | {"", 0}, |
33 | }; | 33 | }; |