From: Adrian Hunter Date: Fri, 23 Nov 2012 20:11:47 +0000 (+0100) Subject: ACPI: add SDHCI to ACPI platform devices X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=142b007b65aa763957627ea5c343a1001d5ed449;p=linux-beck.git 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 Reviewed-by: Mika Westerberg Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index e92ca67d0e46..671bbe68b96c 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -35,6 +35,8 @@ static const char *dummy_hid = "device"; */ static const struct acpi_device_id acpi_platform_device_ids[] = { + { "PNP0D40" }, + { } };