From: Paul Mundt Date: Thu, 9 Aug 2007 17:37:01 +0000 (+0900) Subject: sh: Add missing dma_sync_single_range_for_*(). X-Git-Tag: v2.6.23-rc4~122^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=322392646bc36ff4381861e6589c22c1abc20dbf;p=pandora-kernel.git 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 Signed-off-by: Paul Mundt --- Reading git-diff-tree failed