From: Bjorn Helgaas Date: Mon, 21 Sep 2009 19:35:19 +0000 (-0600) Subject: ACPI: maintain a single list of _HID and _CID IDs X-Git-Tag: v2.6.32-rc1~18^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f47fa6c2ff15f5e59cdbb350f86faef6829294a;p=pandora-kernel.git 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 Reviewed-by: Alex Chiang Signed-off-by: Len Brown --- Reading git-diff-tree failed