diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2026-02-04 14:00:19 +0100 |
|---|---|---|
| committer | Ulf Hansson <ulf.hansson@linaro.org> | 2026-02-23 12:06:55 +0100 |
| commit | f3b9683bf5432aaada84bb4a7f815f3eb3148a90 (patch) | |
| tree | c2b8f169afe5040761f7af215d07643b68c2ce6d /include | |
| parent | 4cd4e8231652872823ac5ed0be66df59ce7c778f (diff) | |
| download | linux-f3b9683bf5432aaada84bb4a7f815f3eb3148a90.tar.gz linux-f3b9683bf5432aaada84bb4a7f815f3eb3148a90.zip | |
mmc: dw_mmc: move pmops into core driver
Since the platform power management structure is now shared with the PCI
front-end, there is a link failure if only the PCI variant is enabled:
arm-linux-gnueabi/bin/arm-linux-gnueabi-ld: drivers/mmc/host/dw_mmc-pci.o:(.data+0x74): undefined reference to `dw_mci_pltfm_pmops'
This could be fixed by selecting the platform driver from the PCI one
in Kconfig, or by reverting the change to the PCI driver, but since this
is now used by all dw_mmc variants, just move the structure into the core
code as well.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
