diff options
| author | Lv Zheng <[email protected]> | 2012-10-31 02:25:24 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2012-11-15 00:31:22 +0100 |
| commit | 78e25fef2751434f38c7f711ecbf8762f79f7318 (patch) | |
| tree | 7e449ecb6baaf24fe0460541df13e0d50f3da5a7 /drivers/acpi/scan.c | |
| parent | f540fadf29a6987efbfa7daf10976935fd59ae7c (diff) | |
ACPICA: Fix divergences of definition conflicts.
There are conflicts in the "acpi_device_id*" definitions between the
Linux and the ACPICA. The definitions of acpi_device_id* in ACPICA
have been changed to the "acpi_pnp_device_id*". This patch changes
the corresponding "acpica_device_id*" definitiions in the Linux.
This patch will not affect the generated vmlinx binary.
This will decrease 298 lines of 20120913 divergence.diff.
Signed-off-by: Lv Zheng <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'drivers/acpi/scan.c')
| -rw-r--r-- | drivers/acpi/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index 1fcb8678665c..db127100bd9d 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -1185,7 +1185,7 @@ static void acpi_device_set_id(struct acpi_device *device) { acpi_status status; struct acpi_device_info *info; - struct acpica_device_id_list *cid_list; + struct acpi_pnp_device_id_list *cid_list; int i; switch (device->device_type) { |