ACPI: remove acpi_device.flags.compatible_ids
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Mon, 21 Sep 2009 19:35:24 +0000 (13:35 -0600)
committerLen Brown <len.brown@intel.com>
Fri, 25 Sep 2009 19:09:47 +0000 (15:09 -0400)
commitb2972f87508a21db7584d11fdb5c97cb7101a788
tree7a8b80e20c910461bdf50590c9493ec1ba095f1e
parent7f47fa6c2ff15f5e59cdbb350f86faef6829294a
ACPI: remove acpi_device.flags.compatible_ids

We now keep a single list of IDs that includes both the _HID and any
_CIDs.  We no longer need to keep track of whether the device has a _CID.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/scan.c
include/acpi/acpi_bus.h