From: Rafael J. Wysocki Date: Thu, 20 Dec 2012 23:36:48 +0000 (+0100) Subject: ACPI: Replace ACPI device add_type field with a match_driver flag X-Git-Tag: v3.9-rc1~146^2~12^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=209d3b1743c8187c67cc75dbe9fefbcd3121fba0;p=pandora-kernel.git ACPI: Replace ACPI device add_type field with a match_driver flag After the removal of the second argument of acpi_bus_scan() there is no difference between the ACPI_BUS_ADD_MATCH and ACPI_BUS_ADD_START add types, so the add_type field in struct acpi_device may be replaced with a single flag. Do that calling the flag match_driver. Signed-off-by: Rafael J. Wysocki Acked-by: Yinghai Lu Acked-by: Toshi Kani --- Reading git-diff-tree failed