From: FUJITA Tomonori Date: Wed, 26 May 2010 21:44:16 +0000 (-0700) Subject: x86: remove unnecessary sync_single_range_* in swiotlb_dma_ops X-Git-Tag: v2.6.35-rc1~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de006a071cbb08fff6663d98f5b9bac7ffb47559;p=pandora-kernel.git x86: remove unnecessary sync_single_range_* in swiotlb_dma_ops sync_single_range_for_cpu and sync_single_range_for_device hooks in swiotlb_dma_ops are unnecessary because sync_single_for_cpu and sync_single_for_device are used there. Signed-off-by: FUJITA Tomonori Cc: "H. Peter Anvin" Cc: Ingo Molnar Cc: Thomas Gleixner Reviewed-by: Konrad Rzeszutek Wilk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed