]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sparc: Remove no-op dma_4v_sync_single_for_cpu and dma_4v_sync_sg_for_cpu
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Mon, 10 Aug 2009 02:53:14 +0000 (11:53 +0900)
committerIngo Molnar <mingo@elte.hu>
Mon, 10 Aug 2009 07:34:59 +0000 (09:34 +0200)
commit595cc8560783ea31ed1208dc1f97282a2a5606b7
treebb111195d4639511bb8abc6110e9037576d304d3
parent02f7a18935eef0e56d9180fc3c35da6aad1ff3bb
sparc: Remove no-op dma_4v_sync_single_for_cpu and dma_4v_sync_sg_for_cpu

Now sparc uses include/asm-generic/dma-mapping-common.h.
pci_sun4v.c doesn't need to have no-op
dma_4v_sync_single_for_cpu and dma_4v_sync_sg_for_cpu
(dma-mapping-common.h does nothing if sync_{single|sg}_for_cpu
hook is not defined). So we can remove them safely.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Tested-by: Robert Reif <reif@earthlink.net>
Acked-by: David S. Miller <davem@davemloft.net>
Cc: tony.luck@intel.com
Cc: fenghua.yu@intel.com
LKML-Reference: <1249872797-1314-6-git-send-email-fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/sparc/kernel/pci_sun4v.c