From: Ohad Ben-Cohen Date: Tue, 16 Aug 2011 12:19:10 +0000 (+0300) Subject: omap: iommu: PREFETCH_IOTLB cleanup X-Git-Tag: v3.2-rc1~117^2^3~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5da14a471455bd725534d18604b4d89ffbe158df;p=pandora-kernel.git omap: iommu: PREFETCH_IOTLB cleanup Use PREFETCH_IOTLB to control the content of the called function, instead of inlining it in the code. This improves readability of the code, and also prevents an "unused function" warning to show up when PREFETCH_IOTLB isn't set. Signed-off-by: Ohad Ben-Cohen Acked-by: Hiroshi DOYU Acked-by: Tony Lindgren Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed