]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] rm pointless dmaengine exports
authorDavid Brownell <david-b@pacbell.net>
Fri, 16 Mar 2007 21:38:05 +0000 (13:38 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 17 Mar 2007 02:25:03 +0000 (19:25 -0700)
commit2d9bb34b8ff10f3283a5bd6b2379c5b9bb49b0d9
tree0cf7dd6f707b10510d0c7343b5d4c198f093f725
parentec2ad0c79ea07838dd2adfaee4d4f410acd4f97c
[PATCH] rm pointless dmaengine exports

This removes several pointless exports from drivers/dma/dmaengine.c; the
dma_async_memcpy_*() functions are inlined by <linux/dmaengine.h> 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 <dbrownell@users.sourceforge.net>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Acked-by: Chris Leech <christopher.leech@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/dma/dmaengine.c