ACPI / PNP: constify device IDs
[deliverable/linux.git] / drivers / acpi / acpi_pnp.c
index 48fc3ad13a4bbcfe5fc12a5db772855b5add0780..67d97c0090a27ad6a9ae9daecf1a163178481a95 100644 (file)
@@ -367,7 +367,7 @@ static struct acpi_scan_handler acpi_pnp_handler = {
  */
 static int is_cmos_rtc_device(struct acpi_device *adev)
 {
-       struct acpi_device_id ids[] = {
+       static const struct acpi_device_id ids[] = {
                { "PNP0B00" },
                { "PNP0B01" },
                { "PNP0B02" },
This page took 0.025735 seconds and 5 git commands to generate.