summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/common/clock_gating/gv100_gating_reglist.c2
-rw-r--r--drivers/gpu/nvgpu/common/clock_gating/gv11b_gating_reglist.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/clock_gating/gv100_gating_reglist.c b/drivers/gpu/nvgpu/common/clock_gating/gv100_gating_reglist.c
index 60ec0282..18703a23 100644
--- a/drivers/gpu/nvgpu/common/clock_gating/gv100_gating_reglist.c
+++ b/drivers/gpu/nvgpu/common/clock_gating/gv100_gating_reglist.c
@@ -24,7 +24,7 @@
24#ifndef __gv100_gating_reglist_h__ 24#ifndef __gv100_gating_reglist_h__
25#define __gv100_gating_reglist_h__ 25#define __gv100_gating_reglist_h__
26 26
27#include <linux/types.h> 27#include <nvgpu/types.h>
28#include "gv100_gating_reglist.h" 28#include "gv100_gating_reglist.h"
29 29
30struct gating_desc { 30struct gating_desc {
diff --git a/drivers/gpu/nvgpu/common/clock_gating/gv11b_gating_reglist.c b/drivers/gpu/nvgpu/common/clock_gating/gv11b_gating_reglist.c
index 4dbc87d5..998783e4 100644
--- a/drivers/gpu/nvgpu/common/clock_gating/gv11b_gating_reglist.c
+++ b/drivers/gpu/nvgpu/common/clock_gating/gv11b_gating_reglist.c
@@ -25,7 +25,7 @@
25#ifndef __gv11b_gating_reglist_h__ 25#ifndef __gv11b_gating_reglist_h__
26#define __gv11b_gating_reglist_h__ 26#define __gv11b_gating_reglist_h__
27 27
28#include <linux/types.h> 28#include <nvgpu/types.h>
29#include "gv11b_gating_reglist.h" 29#include "gv11b_gating_reglist.h"
30#include <nvgpu/enabled.h> 30#include <nvgpu/enabled.h>
31 31