[NET_DMA]: remove unused dma_memcpy_to_kernel_iovec
authorShannon Nelson <shannon.nelson@intel.com>
Thu, 26 Jul 2007 07:05:53 +0000 (00:05 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 31 Jul 2007 09:28:03 +0000 (02:28 -0700)
Al Viro pointed out that dma_memcpy_to_kernel_iovec() really was
unreachable and thus unused.  The code originally was there to support
in-kernel dma needs, but since it remains unused, we'll pull it out.

Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/dma/iovlock.c

Simple merge