diff options
author | Robert Jarzmik | 2016-04-03 11:23:59 +0200 |
---|---|---|
committer | Robert Jarzmik | 2016-08-09 08:16:58 +0200 |
commit | 1761b1076a6465158079fdb61edcd75143887937 (patch) | |
tree | fb92353c3eba6e2003985b0a315d1f63389f276f /arch/arm/mach-pxa/include | |
parent | 976e509c2ddf9691e8186a823f14df158dd92153 (diff) |
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/mach-pxa/include')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/dma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/include/mach/dma.h b/arch/arm/mach-pxa/include/mach/dma.h index 5bd55894a48d..20026bdc6b24 100644 --- a/arch/arm/mach-pxa/include/mach/dma.h +++ b/arch/arm/mach-pxa/include/mach/dma.h @@ -17,5 +17,4 @@ /* DMA Controller Registers Definitions */ #define DMAC_REGS_VIRT io_p2v(0x40000000) -#include <plat/dma.h> #endif /* _ASM_ARCH_DMA_H */ |