summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
diff options
context:
space:
mode:
authorDeepak Nibade <dnibade@nvidia.com>2017-05-31 03:59:06 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-02 09:53:35 -0400
commit8da78a9fa7826985e8ca08a0a15eb1d6f38a222e (patch)
tree282fdbfabe90f3f5bc1adc014653a2ce36211e07 /drivers/gpu/nvgpu/gv11b/hal_gv11b.c
parent66d0c84f3ca42ab2453a71b850d9a2a4c556fdff (diff)
gpu: nvgpu: include <nvgpu/debug.h>
Include <nvgpu/debug.h> explicitly wherever the debug operations are used Jira NVGPU-62 Change-Id: I1845e08774b7c211e7fd954937708905f905e069 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: http://git-master/r/1492818 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index c3d4ac3f..0cdb471b 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -46,6 +46,8 @@
46#include "gv11b_gating_reglist.h" 46#include "gv11b_gating_reglist.h"
47#include "regops_gv11b.h" 47#include "regops_gv11b.h"
48 48
49#include <nvgpu/debug.h>
50
49#include <nvgpu/hw/gv11b/hw_proj_gv11b.h> 51#include <nvgpu/hw/gv11b/hw_proj_gv11b.h>
50 52
51static struct gpu_ops gv11b_ops; 53static struct gpu_ops gv11b_ops;