summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/boardobj
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/boardobj')
-rw-r--r--drivers/gpu/nvgpu/boardobj/boardobj.h1
-rw-r--r--drivers/gpu/nvgpu/boardobj/boardobjgrp.h3
2 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/boardobj/boardobj.h b/drivers/gpu/nvgpu/boardobj/boardobj.h
index a433fda8..8fc8d1cc 100644
--- a/drivers/gpu/nvgpu/boardobj/boardobj.h
+++ b/drivers/gpu/nvgpu/boardobj/boardobj.h
@@ -28,6 +28,7 @@
28#include "ctrl/ctrlboardobj.h" 28#include "ctrl/ctrlboardobj.h"
29 29
30struct boardobj; 30struct boardobj;
31struct nvgpu_list_node;
31 32
32/* 33/*
33* check whether the specified BOARDOBJ object implements the queried 34* check whether the specified BOARDOBJ object implements the queried
diff --git a/drivers/gpu/nvgpu/boardobj/boardobjgrp.h b/drivers/gpu/nvgpu/boardobj/boardobjgrp.h
index 3c28963c..8fc7136f 100644
--- a/drivers/gpu/nvgpu/boardobj/boardobjgrp.h
+++ b/drivers/gpu/nvgpu/boardobj/boardobjgrp.h
@@ -25,6 +25,9 @@
25 25
26struct boardobjgrp; 26struct boardobjgrp;
27struct gk20a; 27struct gk20a;
28struct nvgpu_list_node;
29struct pmu_surface;
30
28 31
29/* ------------------------ Includes ----------------------------------------*/ 32/* ------------------------ Includes ----------------------------------------*/
30#include "ctrl/ctrlboardobj.h" 33#include "ctrl/ctrlboardobj.h"