[PATCH v3 7/7] swiotlb: Do not export swiotlb_bounce since there are no external consumers

2012-10-15 Thread Alexander Duyck
Currently swiotlb is the only consumer for swiotlb_bounce. Since that is the case it doesn't make much sense to be exporting it so make it a static function only. In addition we can save a few more lines of code by making it so that it accepts the DMA address as a physical address instead of a

[PATCH v3 7/7] swiotlb: Do not export swiotlb_bounce since there are no external consumers

2012-10-15 Thread Alexander Duyck
Currently swiotlb is the only consumer for swiotlb_bounce. Since that is the case it doesn't make much sense to be exporting it so make it a static function only. In addition we can save a few more lines of code by making it so that it accepts the DMA address as a physical address instead of a