OSDN Git Service

sh: Add missing dma_sync_single_range_for_*().
authorPaul Mundt <lethal@linux-sh.org>
Thu, 9 Aug 2007 17:37:01 +0000 (02:37 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 9 Aug 2007 17:37:01 +0000 (02:37 +0900)
commit322392646bc36ff4381861e6589c22c1abc20dbf
tree041efba814c29ff5665477c7626b7c78e1b1bf9c
parent5556410e2203877e7606bb1008f2e024fe87953a
sh: Add missing dma_sync_single_range_for_*().

The b44 build uses these, caught by allmodconfig:

drivers/net/b44.c: In function `b44_sync_dma_desc_for_cpu':
drivers/net/b44.c:159: error: implicit declaration of function `dma_sync_single_range_for_cpu'

Follow the sparc64 change and stub them in.

Reported-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/asm-sh/dma-mapping.h