]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
mmc: sh_mmcif: move platform_data header to proper location
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 12 Apr 2022 09:31:02 +0000 (11:31 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 26 Apr 2022 12:05:21 +0000 (14:05 +0200)
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>
arch/sh/boards/board-sh7757lcr.c
arch/sh/boards/mach-ecovec24/setup.c
arch/sh/boot/romimage/mmcif-sh7724.c
drivers/mmc/host/sh_mmcif.c
include/linux/platform_data/sh_mmcif.h [moved from include/linux/mmc/sh_mmcif.h with 99% similarity]

index c32b4c6229d3f849e6f6fa971e1a41ad7e6916e1..f39c8196efdfd166371464bbd0865d1737155e51 100644 (file)
@@ -16,7 +16,7 @@
 #include <linux/io.h>
 #include <linux/mfd/tmio.h>
 #include <linux/mmc/host.h>
-#include <linux/mmc/sh_mmcif.h>
+#include <linux/platform_data/sh_mmcif.h>
 #include <linux/sh_eth.h>
 #include <linux/sh_intc.h>
 #include <linux/usb/renesas_usbhs.h>
index 4c9522dd351f4b292815b16e0db3c97d46e531d1..674da7ebd8b7f5005325c1fe48bb5c0daba2b5a1 100644 (file)
@@ -19,7 +19,7 @@
 #include <linux/memblock.h>
 #include <linux/mfd/tmio.h>
 #include <linux/mmc/host.h>
-#include <linux/mmc/sh_mmcif.h>
+#include <linux/platform_data/sh_mmcif.h>
 #include <linux/mtd/physmap.h>
 #include <linux/gpio.h>
 #include <linux/gpio/machine.h>
index 6595b6b45bf152ae1dc3b57ee22f53b3b8cd2013..d30123d859e054be903802d9b105c66df70d66c0 100644 (file)
@@ -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
index 5f9ebf045b1cb22b59c142105e2d04600deb8160..0fd4c9d644dd5149357cf40c3d110d1b0e417fae 100644 (file)
 #include <linux/mmc/host.h>
 #include <linux/mmc/mmc.h>
 #include <linux/mmc/sdio.h>
-#include <linux/mmc/sh_mmcif.h>
 #include <linux/mmc/slot-gpio.h>
 #include <linux/mod_devicetable.h>
 #include <linux/mutex.h>
 #include <linux/of_device.h>
 #include <linux/pagemap.h>
+#include <linux/platform_data/sh_mmcif.h>
 #include <linux/platform_device.h>
 #include <linux/pm_qos.h>
 #include <linux/pm_runtime.h>
similarity index 99%
rename from include/linux/mmc/sh_mmcif.h
rename to include/linux/platform_data/sh_mmcif.h
index e25533b95d9f27af088cba6628307a8446cbcaef..6eb914f958f94306b5d3e7f598f92884339ce0da 100644 (file)
@@ -1,7 +1,5 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * include/linux/mmc/sh_mmcif.h
- *
  * platform data for eMMC driver
  *
  * Copyright (C) 2010 Renesas Solutions Corp.