ACPI: scan: Add Intel Baytrail Mailbox Device to acpi_ignore_dep_ids
[sfrench/cifs-2.6.git] / drivers / acpi / scan.c
index 28713741d6ee3c1eeb38280a98afdf8e557d6bba..05814d188c7d21aeead6f3d6d080c78ec8adeb19 100644 (file)
@@ -752,6 +752,7 @@ 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[] = {
        "PNP0D80", /* Windows-compatible System Power Management Controller */
+       "INT33BD", /* Intel Baytrail Mailbox Device */
        NULL
 };