aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boot
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2022-04-12 11:31:02 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2022-04-26 14:05:21 +0200
commit13acb62ce1ee7377ef03034fbbad6f5499464b86 (patch)
treed4775e330c9aab4ec1eb286a145ca4066c614a44 /arch/sh/boot
parentmmc: jz4740: Apply DMA engine limits to maximum segment size (diff)
downloadlinux-dev-13acb62ce1ee7377ef03034fbbad6f5499464b86.tar.xz
linux-dev-13acb62ce1ee7377ef03034fbbad6f5499464b86.zip
mmc: sh_mmcif: move platform_data header to proper location
We have a dedicated directory for platform_data meanwhile, don't spoil the MMC directory with it. Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Link: https://lore.kernel.org/r/20220412093102.3428-1-wsa+renesas@sang-engineering.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'arch/sh/boot')
-rw-r--r--arch/sh/boot/romimage/mmcif-sh7724.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boot/romimage/mmcif-sh7724.c b/arch/sh/boot/romimage/mmcif-sh7724.c
index 6595b6b45bf1..d30123d859e0 100644
--- a/arch/sh/boot/romimage/mmcif-sh7724.c
+++ b/arch/sh/boot/romimage/mmcif-sh7724.c
@@ -8,7 +8,7 @@
* for more details.
*/
-#include <linux/mmc/sh_mmcif.h>
+#include <linux/platform_data/sh_mmcif.h>
#include <mach/romimage.h>
#define MMCIF_BASE (void __iomem *)0xa4ca0000