diff options
-rw-r--r-- | drivers/acpi/scan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index b44b2d6b6b22..560385e35d3d 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -751,7 +751,6 @@ static bool acpi_info_matches_ids(struct acpi_device_info *info, /* List of HIDs for which we ignore matching ACPI devices, when checking _DEP lists. */ static const char * const acpi_ignore_dep_ids[] = { - "INT3396", /* Windows System Power Management Controller */ "PNP0D80", /* Windows-compatible System Power Management Controller */ NULL }; |