msm: kgsl: Implement function pointer to get the lsb of IOMMU pagetable

We need to get the lsb of the IOMMU pagetable when changing pagetables
in stream. Hence, implement a function pointer to get the lsb of IOMMU
pagetable that can be called from files other than kgsl_iommu.c

Change-Id: I33cfd5a029b1c302a2c947896f495f8706174573
Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>
diff --git a/drivers/gpu/msm/kgsl_gpummu.c b/drivers/gpu/msm/kgsl_gpummu.c
index 6a2fbea..f49d3e3 100644
--- a/drivers/gpu/msm/kgsl_gpummu.c
+++ b/drivers/gpu/msm/kgsl_gpummu.c
@@ -727,6 +727,7 @@
 	.mmu_enable_clk = NULL,
 	.mmu_disable_clk = NULL,
 	.mmu_get_hwpagetable_asid = NULL,
+	.mmu_get_pt_lsb = NULL,
 };
 
 struct kgsl_mmu_pt_ops gpummu_pt_ops = {