Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ACPI: add SDHCI to ACPI platform devices

Add the generic ACPI SDHCI device ID to acpi_platform_device_ids[]
to make the ACPI core create a platform device object for the ACPI
device node of that ID.

[rjw: Added the changelog.]
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Adrian Hunter and committed by
Rafael J. Wysocki
142b007b 29058753

+2
+2
drivers/acpi/scan.c
··· 35 35 */ 36 36 static const struct acpi_device_id acpi_platform_device_ids[] = { 37 37 38 + { "PNP0D40" }, 39 + 38 40 { } 39 41 }; 40 42