commit | 2785fc4868db1f2643ffd2b989c88cde9dcced4c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Jun 12 12:53:48 2022 +0000 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Wed Jul 27 15:19:42 2022 +0900 |
tree | 7f405459269c39a8a932238f10bf2392594721d7 | |
parent | 233662411d12109cdc8957de6e85fb30fe2d42b8 [diff] |
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: dba7ee419d9d ("acpi: mmc: Generate ACPI info for the PCI SD Card") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>