dma-mapping: mark dma_sync_single and dma_sync_sg as deprecated
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Thu, 18 Jun 2009 23:49:19 +0000 (16:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Jun 2009 23:46:08 +0000 (16:46 -0700)
commitdbe6f1869188b6e04e38aa861dd198befb08bcd7
treecbc1866e7e24f407de3d5f80ded160b6d1d75bdc
parentd68412b6d1e8e5ed42d568330e598bd81914ccbd
dma-mapping: mark dma_sync_single and dma_sync_sg as deprecated

dma_sync_single() and dma_sync_sg() have been described as "Backwards
compat, remove in 2.7.x" for a long time (since 2.6.5).

This marks dma_sync_single() and dma_sync_sg() as deprecated so the users
get notified before removing them.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/dma-mapping.h