]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/common/dmabounce.c
Merge remote-tracking branch 'ixp4xx/next'
[karo-tx-linux.git] / arch / arm / common / dmabounce.c
index 71cbf343371c1ebaee6e27aa60debee7e70d014c..b4c17cf102e35c62a8222421ebd379929f9db27d 100644 (file)
@@ -452,6 +452,7 @@ static struct dma_map_ops dmabounce_ops = {
        .alloc                  = arm_dma_alloc,
        .free                   = arm_dma_free,
        .mmap                   = arm_dma_mmap,
+       .get_sgtable            = arm_dma_get_sgtable,
        .map_page               = dmabounce_map_page,
        .unmap_page             = dmabounce_unmap_page,
        .sync_single_for_cpu    = dmabounce_sync_for_cpu,