diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-24 06:28:45 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 19:47:24 +0200 |
commit | 912019572180f287e85b5534fbb1c1e3ca6df6c9 (patch) | |
tree | 2ce7306f6588408c6ee3b7258709e18dc8ec85fa /include/asm-cris/cacheflush.h | |
parent | pm: fix try_to_freeze_tasks()'s use of do_div() (diff) | |
download | linux-912019572180f287e85b5534fbb1c1e3ca6df6c9.tar.xz linux-912019572180f287e85b5534fbb1c1e3ca6df6c9.zip |
mn10300: move sg_dma_{address,len}() to asm/scatterlist.h
mn10300 was the only architecture where sg_dma_{address,len}() were not
in asm/scatterlist.h, and it's not a big surprise that this caused a
compile error somewhere:
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/media/video/videobuf-dma-sg.c: In function `videobuf_dma_map':
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/media/video/videobuf-dma-sg.c:238: error: implicit declaration of function 'sg_dma_address'
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions