diff options
author | Mika Westerberg <mika.westerberg@iki.fi> | 2011-05-29 13:10:05 +0300 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-06-08 15:46:05 -0600 |
commit | 71cebd700257a4f644066631bf02187d8f67817e (patch) | |
tree | f71f3a1af999dc1e63608d80015829bab6c3894f /arch/arm/mach-ep93xx/Makefile | |
parent | 51e2cc0c51298a89fc2f583d7c0a2660f7a16f37 (diff) |
ep93xx: remove the old M2P DMA code
Since we have converted all existing users of the old DMA API to use the DMA
engine API the old code can be dropped.
Signed-off-by: Mika Westerberg <mika.westerberg@iki.fi>
Acked-by: Ryan Mallon <rmallon@gmail.com>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/arm/mach-ep93xx/Makefile')
-rw-r--r-- | arch/arm/mach-ep93xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ep93xx/Makefile b/arch/arm/mach-ep93xx/Makefile index 4920f7ae8330..21e721ab7378 100644 --- a/arch/arm/mach-ep93xx/Makefile +++ b/arch/arm/mach-ep93xx/Makefile @@ -1,7 +1,7 @@ # # Makefile for the linux kernel. # -obj-y := core.o clock.o dma-m2p.o gpio.o +obj-y := core.o clock.o gpio.o obj-m := obj-n := obj- := |