Skip to content

Commit

Permalink
ep93xx: remove the old M2P DMA code
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
  • Loading branch information
Mika Westerberg authored and Vinod Koul committed Jun 6, 2011
1 parent a103fc6 commit 8e4a930
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 555 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-ep93xx/Makefile
Original file line number Diff line number Diff line change
@@ -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- :=
Expand Down
Loading

0 comments on commit 8e4a930

Please sign in to comment.