diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2022-10-06 23:53:30 +0300 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2023-02-01 19:23:38 +0300 |
| commit | 8971bb812e3c14aa730e751ddf2d90c32e9dc519 (patch) | |
| tree | ff7f14965d8e6d3d0896dff1466590339cf65e80 /include/linux/mfd/tmio.h | |
| parent | 6388bbad4a26a765cdd310478ef077fbf7e6ea35 (diff) | |
| download | linux-8971bb812e3c14aa730e751ddf2d90c32e9dc519.tar.xz | |
mfd: remove toshiba tmio drivers
Four separate mfd drivers are in the "tmio" family, and all of
them were used in now-removed PXA machines (eseries, tosa, and
hx4700), so the mfd drivers and all its children can be removed
as well.
Cc: Lee Jones <lee@kernel.org>
Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
Cc: linux-kernel@vger.kernel.org
Cc: linux-mmc@vger.kernel.org
Cc: linux-renesas-soc@vger.kernel.org
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux/mfd/tmio.h')
| -rw-r--r-- | include/linux/mfd/tmio.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h index e8bf90281ba0..eace8ea6cda0 100644 --- a/include/linux/mfd/tmio.h +++ b/include/linux/mfd/tmio.h @@ -84,11 +84,6 @@ /* Some controllers have a CBSY bit */ #define TMIO_MMC_HAVE_CBSY BIT(11) -int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base); -int tmio_core_mmc_resume(void __iomem *cnf, int shift, unsigned long base); -void tmio_core_mmc_pwr(void __iomem *cnf, int shift, int state); -void tmio_core_mmc_clk_div(void __iomem *cnf, int shift, int state); - struct dma_chan; /* |
