diff options
| author | Mitchel Humpherys <mitchelh@codeaurora.org> | 2016-06-28 11:55:00 -0700 |
|---|---|---|
| committer | Kyle Yan <kyan@codeaurora.org> | 2016-06-30 11:09:16 -0700 |
| commit | 0fa63fe11a7edb09dcb82e16f15c500ea6e18d7d (patch) | |
| tree | 17118c8b1268dda0eba1cbefd03c96ac391530a0 | |
| parent | 47335704fb8354816586c72c192a19cda214d829 (diff) | |
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 <mitchelh@codeaurora.org>
| -rw-r--r-- | drivers/iommu/dma-mapping-fast.c | 4 |
1 files changed, 0 insertions, 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 |
