diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2022-04-12 12:31:02 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2022-04-26 15:05:21 +0300 |
commit | 13acb62ce1ee7377ef03034fbbad6f5499464b86 (patch) | |
tree | d4775e330c9aab4ec1eb286a145ca4066c614a44 /include | |
parent | afadb04f1d6e74b18a253403f5274cde5e3fd7bd (diff) | |
download | linux-13acb62ce1ee7377ef03034fbbad6f5499464b86.tar.xz |
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 'include')
-rw-r--r-- | include/linux/platform_data/sh_mmcif.h (renamed from include/linux/mmc/sh_mmcif.h) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mmc/sh_mmcif.h b/include/linux/platform_data/sh_mmcif.h index e25533b95d9f..6eb914f958f9 100644 --- a/include/linux/mmc/sh_mmcif.h +++ b/include/linux/platform_data/sh_mmcif.h @@ -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. |