]> Git Repo - linux.git/commit
swiotlb: remove unnecessary swiotlb_sync_single_range_*
authorFUJITA Tomonori <[email protected]>
Wed, 26 May 2010 21:44:18 +0000 (14:44 -0700)
committerLinus Torvalds <[email protected]>
Thu, 27 May 2010 16:12:52 +0000 (09:12 -0700)
commit38388301b7b9d2921b58cfa1cd9b14c02d508c63
tree921b3379310e83ebef9fe4d47cb178ee928b4a85
parent712d3e22a85156c00bd70dc35efe63e6765b122b
swiotlb: remove unnecessary swiotlb_sync_single_range_*

swiotlb_sync_single_range_for_cpu and swiotlb_sync_single_range_for_device
are unnecessary because swiotlb_sync_single_for_cpu and
swiotlb_sync_single_for_device can be used instead.

Signed-off-by: FUJITA Tomonori <[email protected]>
Reviewed-by: Konrad Rzeszutek Wilk <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/swiotlb.h
lib/swiotlb.c
This page took 0.055766 seconds and 4 git commands to generate.