diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2016-04-03 12:23:59 +0300 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2016-08-09 09:16:58 +0300 |
commit | 1761b1076a6465158079fdb61edcd75143887937 (patch) | |
tree | fb92353c3eba6e2003985b0a315d1f63389f276f /arch/arm/plat-pxa/Makefile | |
parent | 976e509c2ddf9691e8186a823f14df158dd92153 (diff) | |
download | linux-1761b1076a6465158079fdb61edcd75143887937.tar.xz |
ARM: pxa: remove platform dma code
As the last pxa related driver was converted to dmaengine, it's time to
kill the legacy dma code, which is not used anymore.
This finishes the pxa dmaengine transition.
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'arch/arm/plat-pxa/Makefile')
-rw-r--r-- | arch/arm/plat-pxa/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-pxa/Makefile b/arch/arm/plat-pxa/Makefile index 557b134db772..2f06a2e8b1dd 100644 --- a/arch/arm/plat-pxa/Makefile +++ b/arch/arm/plat-pxa/Makefile @@ -3,8 +3,6 @@ # ccflags-$(CONFIG_ARCH_MMP) := -I$(srctree)/$(src)/include -obj-$(CONFIG_ARCH_PXA) := dma.o - obj-$(CONFIG_PXA3xx) += mfp.o obj-$(CONFIG_ARCH_MMP) += mfp.o |