From: FUJITA Tomonori Date: Thu, 18 Jun 2009 23:49:19 +0000 (-0700) Subject: dma-mapping: mark dma_sync_single and dma_sync_sg as deprecated X-Git-Tag: v2.6.31-rc1~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbe6f1869188b6e04e38aa861dd198befb08bcd7;p=pandora-kernel.git 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 Cc: Ingo Molnar Cc: James Bottomley Cc: "David S. Miller" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed