commit | 322392646bc36ff4381861e6589c22c1abc20dbf | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Aug 10 02:37:01 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Aug 10 02:37:01 2007 +0900 |
tree | 041efba814c29ff5665477c7626b7c78e1b1bf9c | |
parent | 5556410e2203877e7606bb1008f2e024fe87953a [diff] |
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>