From 0fa63fe11a7edb09dcb82e16f15c500ea6e18d7d Mon Sep 17 00:00:00 2001 From: Mitchel Humpherys Date: Tue, 28 Jun 2016 11:55:00 -0700 Subject: [PATCH] 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 --- drivers/iommu/dma-mapping-fast.c | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.11.0