summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/fb_gv11b.h
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-08-31 16:31:38 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-09-18 21:19:08 -0400
commite4e6a4a73469cc6f6fc38d4e643afe746976bcb2 (patch)
tree8e37bffb4764a234bfb10bed462b36dda6bef187 /drivers/gpu/nvgpu/gv11b/fb_gv11b.h
parent1c850d0beef16216c21b3c833a5d3333ef229788 (diff)
gpu: nvgpu: gv11b: remove double declaration
gv11b_fb_fault_buf_configure_hw is declared twice. Fix the same by removing one of the declarations. Change-Id: I12a857b4225164067f0329530249ffc0dcdc1412 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1549661 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/fb_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/fb_gv11b.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fb_gv11b.h b/drivers/gpu/nvgpu/gv11b/fb_gv11b.h
index 3e2dd828..eec90d23 100644
--- a/drivers/gpu/nvgpu/gv11b/fb_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/fb_gv11b.h
@@ -58,7 +58,6 @@ void gv11b_fb_enable_hub_intr(struct gk20a *g,
58 unsigned int index, unsigned int intr_type); 58 unsigned int index, unsigned int intr_type);
59void gv11b_fb_disable_hub_intr(struct gk20a *g, 59void gv11b_fb_disable_hub_intr(struct gk20a *g,
60 unsigned int index, unsigned int intr_type); 60 unsigned int index, unsigned int intr_type);
61void gv11b_fb_fault_buf_configure_hw(struct gk20a *g, unsigned int index);
62bool gv11b_fb_mmu_fault_pending(struct gk20a *g); 61bool gv11b_fb_mmu_fault_pending(struct gk20a *g);
63 62
64noinline_for_stack void gv11b_init_uncompressed_kind_map(void); 63noinline_for_stack void gv11b_init_uncompressed_kind_map(void);