summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/boardobj/boardobjgrp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/boardobj/boardobjgrp.h b/drivers/gpu/nvgpu/boardobj/boardobjgrp.h
index 6e16f9d2..a1138982 100644
--- a/drivers/gpu/nvgpu/boardobj/boardobjgrp.h
+++ b/drivers/gpu/nvgpu/boardobj/boardobjgrp.h
@@ -15,10 +15,9 @@
15#define _BOARDOBJGRP_H_ 15#define _BOARDOBJGRP_H_
16 16
17struct boardobjgrp; 17struct boardobjgrp;
18struct gk20a;
18 19
19/* ------------------------ Includes ----------------------------------------*/ 20/* ------------------------ Includes ----------------------------------------*/
20#include "gk20a/gk20a.h"
21#include "gk20a/pmu_gk20a.h"
22#include "ctrl/ctrlboardobj.h" 21#include "ctrl/ctrlboardobj.h"
23#include "boardobj.h" 22#include "boardobj.h"
24#include "boardobjgrpmask.h" 23#include "boardobjgrpmask.h"