diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-04-15 19:36:43 +0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-12-01 23:44:27 +0300 |
commit | 74911e3a0eca6b3e03bc0764af9486b783b44ebf (patch) | |
tree | e14d86d65b29e46da8ce79b57b642fb306268002 /arch/arm/plat-pxa | |
parent | 0f67b876092ae4fabe6ff81a92c785a69edb0022 (diff) | |
download | linux-74911e3a0eca6b3e03bc0764af9486b783b44ebf.tar.xz |
ARM: mmp: remove remaining legacy pxa-dma support
All drivers have stopped using this code, so we can just
as well stop initializing it.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/plat-pxa')
-rw-r--r-- | arch/arm/plat-pxa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-pxa/Makefile b/arch/arm/plat-pxa/Makefile index 1fc941944912..e507aebbef52 100644 --- a/arch/arm/plat-pxa/Makefile +++ b/arch/arm/plat-pxa/Makefile @@ -2,7 +2,7 @@ # Makefile for code common across different PXA processor families # -obj-y := dma.o +obj-$(CONFIG_ARCH_PXA) := dma.o obj-$(CONFIG_PXA3xx) += mfp.o obj-$(CONFIG_ARCH_MMP) += mfp.o |