diff options
author | Russell King | 2012-01-13 12:07:24 +0000 |
---|---|---|
committer | Russell King | 2012-03-25 23:55:09 +0100 |
commit | 9903405be58c481e926d485b8fe50a1b9e4048be (patch) | |
tree | af635ee50830cee52036da285850c46edd41f207 /arch/arm/mach-sa1100/Makefile | |
parent | 277dc7ae147e971cfdbf4aa3529477909852b780 (diff) |
ARM: sa11x0: remove old SoC private DMA driver
Now that all users are converted over to using the DMA engine API,
we can get rid of the old platform dependent DMA driver.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-sa1100/Makefile')
-rw-r--r-- | arch/arm/mach-sa1100/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/Makefile b/arch/arm/mach-sa1100/Makefile index ed7408d3216c..60b97ec01676 100644 --- a/arch/arm/mach-sa1100/Makefile +++ b/arch/arm/mach-sa1100/Makefile @@ -3,7 +3,7 @@ # # Common support -obj-y := clock.o generic.o irq.o dma.o time.o #nmi-oopser.o +obj-y := clock.o generic.o irq.o time.o #nmi-oopser.o obj-m := obj-n := obj- := |