Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Wolfram Sang and committed by
Ulf Hansson
13acb62c afadb04f

+4 -6
+1 -1
arch/sh/boards/board-sh7757lcr.c
··· 16 16 #include <linux/io.h> 17 17 #include <linux/mfd/tmio.h> 18 18 #include <linux/mmc/host.h> 19 - #include <linux/mmc/sh_mmcif.h> 19 + #include <linux/platform_data/sh_mmcif.h> 20 20 #include <linux/sh_eth.h> 21 21 #include <linux/sh_intc.h> 22 22 #include <linux/usb/renesas_usbhs.h>
+1 -1
arch/sh/boards/mach-ecovec24/setup.c
··· 19 19 #include <linux/memblock.h> 20 20 #include <linux/mfd/tmio.h> 21 21 #include <linux/mmc/host.h> 22 - #include <linux/mmc/sh_mmcif.h> 22 + #include <linux/platform_data/sh_mmcif.h> 23 23 #include <linux/mtd/physmap.h> 24 24 #include <linux/gpio.h> 25 25 #include <linux/gpio/machine.h>
+1 -1
arch/sh/boot/romimage/mmcif-sh7724.c
··· 8 8 * for more details. 9 9 */ 10 10 11 - #include <linux/mmc/sh_mmcif.h> 11 + #include <linux/platform_data/sh_mmcif.h> 12 12 #include <mach/romimage.h> 13 13 14 14 #define MMCIF_BASE (void __iomem *)0xa4ca0000
+1 -1
drivers/mmc/host/sh_mmcif.c
··· 43 43 #include <linux/mmc/host.h> 44 44 #include <linux/mmc/mmc.h> 45 45 #include <linux/mmc/sdio.h> 46 - #include <linux/mmc/sh_mmcif.h> 47 46 #include <linux/mmc/slot-gpio.h> 48 47 #include <linux/mod_devicetable.h> 49 48 #include <linux/mutex.h> 50 49 #include <linux/of_device.h> 51 50 #include <linux/pagemap.h> 51 + #include <linux/platform_data/sh_mmcif.h> 52 52 #include <linux/platform_device.h> 53 53 #include <linux/pm_qos.h> 54 54 #include <linux/pm_runtime.h>
-2
include/linux/mmc/sh_mmcif.h include/linux/platform_data/sh_mmcif.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 2 /* 3 - * include/linux/mmc/sh_mmcif.h 4 - * 5 3 * platform data for eMMC driver 6 4 * 7 5 * Copyright (C) 2010 Renesas Solutions Corp.