diff options
| author | Brian Masney <bmasney@redhat.com> | 2026-01-12 17:48:03 -0500 |
|---|---|---|
| committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2026-01-30 15:29:08 +0100 |
| commit | d6618d277c1a8740ca37b8e4d4a35075e75a7c40 (patch) | |
| tree | d16e6808b7efe2d75c1c5a41fb58a5da20f7332a /drivers/mmc | |
| parent | 06e6f8112bc618101f242f77e45986ddbb11217f (diff) | |
mmc: sdhci-pic32: update include to use pic32.h from platform_data
Use the linux/platform_data/pic32.h include instead of
asm/mach-pic32/pic32.h so that the asm variant can be dropped. This
is in preparation for allowing some drivers to be compiled on other
architectures with COMPILE_TEST enabled.
Signed-off-by: Brian Masney <bmasney@redhat.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'drivers/mmc')
| -rw-r--r-- | drivers/mmc/host/sdhci-pic32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-pic32.c b/drivers/mmc/host/sdhci-pic32.c index 7ddac0befed8..2cc632e91fe4 100644 --- a/drivers/mmc/host/sdhci-pic32.c +++ b/drivers/mmc/host/sdhci-pic32.c @@ -18,6 +18,7 @@ #include <linux/interrupt.h> #include <linux/irq.h> #include <linux/of.h> +#include <linux/platform_data/sdhci-pic32.h> #include <linux/platform_device.h> #include <linux/pm.h> #include <linux/slab.h> @@ -25,7 +26,6 @@ #include <linux/io.h> #include "sdhci.h" #include "sdhci-pltfm.h" -#include <linux/platform_data/sdhci-pic32.h> #define SDH_SHARED_BUS_CTRL 0x000000E0 #define SDH_SHARED_BUS_NR_CLK_PINS_MASK 0x7 |
