m68knommu: add a local dma_sync_single_for_cpu() function
authorGreg Ungerer <gerg@uclinux.org>
Wed, 28 Jan 2009 07:29:35 +0000 (17:29 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 24 Mar 2009 05:17:41 +0000 (15:17 +1000)
The onboard ethernet of many ColdFire parts uses DMA. The driver
is being cleaned up to use the correct DMA handling functions, and
m68knommuy currently does not implement dma_sync_single_for_cpu().

Signed-off-by: Greg Ungerer <gerg@uclinux.org>

No differences found