]> git.baikalelectronics.ru Git - kernel.git/commit
Blackfin: fix dma-mapping build errors
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Tue, 23 Jun 2009 01:48:37 +0000 (21:48 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 23 Jun 2009 02:31:00 +0000 (22:31 -0400)
commit4e131714a7699ebcf5dd220f2031bbba3e8a1275
tree8008c203c1e656b657d3ac09fb4a5f70e1e2837a
parent7e5bc05d56abd8e8f8eb6416b8e3e05eb620bb54
Blackfin: fix dma-mapping build errors

The recent deprecation of dma_sync_{sg,single} ironically broke Blackfin
systems.  This is because we don't define dma_sync_sg_for_cpu at all, so
until the DMA asm-generic conversion/cleanup is done after the next
release, simply stub out the dma_sync_sg_for_{cpu,device} functions.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/include/asm/dma-mapping.h