linux/arch/metag
James Hogan c60ac31542 metag: Provide dma_get_sgtable()
metag/allmodconfig:

drivers/media/v4l2-core/videobuf2-dma-contig.c: In function 'vb2_dc_get_base_sgt':
drivers/media/v4l2-core/videobuf2-dma-contig.c:387: error: implicit declaration of function 'dma_get_sgtable'

For architectures using dma_map_ops, dma_get_sgtable() is provided in
<asm-generic/dma-mapping-common.h>.

Metag does not use dma_map_ops yet, hence it should implement it as an
inline stub using dma_common_get_sgtable().

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Marek Szyprowski <m.szyprowski@samsung.com>
2013-03-02 20:11:17 +00:00
..
boot metag: Build infrastructure 2013-03-02 20:09:54 +00:00
configs metag: Add JTAG Debug Adapter (DA) support 2013-03-02 20:09:56 +00:00
include metag: Provide dma_get_sgtable() 2013-03-02 20:11:17 +00:00
kernel metag: copy devicetree to non-init memory 2013-03-02 20:11:17 +00:00
lib metag: move usercopy.c exports out of metag_ksyms.c 2013-03-02 20:11:15 +00:00
mm metag: move mm/init.c exports out of metag_ksyms.c 2013-03-02 20:11:16 +00:00
tbx metag: Build infrastructure 2013-03-02 20:09:54 +00:00
Kconfig metag: Add JTAG Debug Adapter (DA) support 2013-03-02 20:09:56 +00:00
Kconfig.debug metag: Build infrastructure 2013-03-02 20:09:54 +00:00
Kconfig.soc metag: Build infrastructure 2013-03-02 20:09:54 +00:00
Makefile metag: Build infrastructure 2013-03-02 20:09:54 +00:00