From: David Brownell Date: Fri, 16 Mar 2007 21:38:05 +0000 (-0800) Subject: [PATCH] rm pointless dmaengine exports X-Git-Tag: v2.6.21-rc5~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=765e3d8a71bbc1f3400667d5cfcfd7b03382d587;p=pandora-kernel.git [PATCH] rm pointless dmaengine exports This removes several pointless exports from drivers/dma/dmaengine.c; the dma_async_memcpy_*() functions are inlined by so those exports are inappropriate. It also moves the existing EXPORT_SYMBOL declarations next to their functions, so it's now trivial to confirm one-to-one correspondence between exports and nonstatic symbols. Signed-off-by: David Brownell Signed-off-by: Dan Williams Acked-by: Chris Leech Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed