ARM: mmp: remove custom sram code
authorArnd Bergmann <arnd@arndb.de>
Fri, 30 Sep 2022 07:25:25 +0000 (09:25 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 16 Jan 2023 08:26:05 +0000 (09:26 +0100)
commit028908f2ca6fc046a9932fb2d2f0409f4684ea41
tree86a0f3b3b1d9416366df69e70a69668509724230
parent06f11dfb5b75acafdb86b50ac5c90b49716d9362
ARM: mmp: remove custom sram code

The MMP_SRAM code is no longer used by the tdma driver because
the Kconfig symbol is not selected, so remove it along with its
former callsite.

Acked-By: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-mmp/Makefile
arch/arm/mach-mmp/mmp2.h
arch/arm/mach-mmp/sram.c [deleted file]
drivers/dma/mmp_tdma.c
include/linux/platform_data/dma-mmp_tdma.h [deleted file]