commit | 7f47fa6c2ff15f5e59cdbb350f86faef6829294a | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Mon Sep 21 13:35:19 2009 -0600 |
committer | Len Brown <len.brown@intel.com> | Fri Sep 25 15:09:31 2009 -0400 |
tree | 02167bcbc5e6fd4eee044798ef142ff604d8eab1 | |
parent | b1fbfb2ae8f2f0e04219218da6f52f7313466899 [diff] |
ACPI: maintain a single list of _HID and _CID IDs There's no need to treat _HID and _CID differently. Keeping them in a single list makes code that uses the IDs a little simpler because it can just traverse the list rather than checking "do we have a HID?", "do we have any CIDs?" Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Reviewed-by: Alex Chiang <achiang@hp.com> Signed-off-by: Len Brown <len.brown@intel.com>