From: Mitchel Humpherys Date: Tue, 28 Jun 2016 18:55:00 +0000 (-0700) Subject: iommu: dma-mapping-fast: Remove unused #define X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0fa63fe11a7edb09dcb82e16f15c500ea6e18d7d;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git iommu: dma-mapping-fast: Remove unused #define There's a stray #define left over from initial development of the fast map feature. Rip it out. CRs-Fixed: 1035430 Change-Id: Iae0649dc3fe878f948ad872803317eb4bf7ec1c6 Signed-off-by: Mitchel Humpherys --- diff --git a/drivers/iommu/dma-mapping-fast.c b/drivers/iommu/dma-mapping-fast.c index 342c5cd24257..c28b8df4194e 100644 --- a/drivers/iommu/dma-mapping-fast.c +++ b/drivers/iommu/dma-mapping-fast.c @@ -606,10 +606,6 @@ err: return ERR_PTR(-ENOMEM); } - -#define PGTBL_MEM_SIZE (SZ_4K + (4 * SZ_4K) + (2048 * SZ_4K)) - - /** * fast_smmu_attach_device * @dev: valid struct device pointer