diff options
author | Roman Zippel <zippel@linux-m68k.org> | 2006-06-25 05:46:56 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 10:00:56 -0700 |
commit | b035c96b2da7258bb2bba31812b5f9dda3499f00 (patch) | |
tree | 46c6b4d3ca2351392d12658342e352cb8df0beb3 /arch/m68k/apollo | |
parent | 3921ee21e01ac5faecda640daa6071dc8f0e29c9 (diff) | |
download | op-kernel-dev-b035c96b2da7258bb2bba31812b5f9dda3499f00.zip op-kernel-dev-b035c96b2da7258bb2bba31812b5f9dda3499f00.tar.gz |
[PATCH] m68k: Add the generic dma API functions
Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/m68k/apollo')
-rw-r--r-- | arch/m68k/apollo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/apollo/Makefile b/arch/m68k/apollo/Makefile index 39264f3..76a0579 100644 --- a/arch/m68k/apollo/Makefile +++ b/arch/m68k/apollo/Makefile @@ -2,4 +2,4 @@ # Makefile for Linux arch/m68k/amiga source directory # -obj-y := config.o dn_ints.o dma.o +obj-y := config.o dn_ints.o |