]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: pci_mmc.c should build with ACPIGEN=n
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 12 Jun 2022 12:53:48 +0000 (12:53 +0000)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 27 Jul 2022 06:19:42 +0000 (15:19 +0900)
commit674cf148079173e5ed901255adca06873e8f9b4d
tree7f405459269c39a8a932238f10bf2392594721d7
parentdbd07cbb0cccd7cbcfbdb67b7fec2148ed171758
mmc: pci_mmc.c should build with ACPIGEN=n

sandbox_defconfig builds the PCI MMC driver. It should be possible to
build the sandbox without ACPI support.

ACPI support in the PCI MMC driver is only needed when creating an ACPI
table. Fix building with ACPIGEN=n.

Fixes: f9d8b0058356 ("acpi: mmc: Generate ACPI info for the PCI SD Card")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
drivers/mmc/pci_mmc.c