summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm206')
-rw-r--r--drivers/gpu/nvgpu/gm206/gr_gm206.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm206/gr_gm206.c b/drivers/gpu/nvgpu/gm206/gr_gm206.c
index 782eda8b..b7956eca 100644
--- a/drivers/gpu/nvgpu/gm206/gr_gm206.c
+++ b/drivers/gpu/nvgpu/gm206/gr_gm206.c
@@ -16,8 +16,8 @@
16#include <linux/types.h> 16#include <linux/types.h>
17#include <linux/delay.h> /* for mdelay */ 17#include <linux/delay.h> /* for mdelay */
18#include <linux/io.h> 18#include <linux/io.h>
19#include <linux/tegra-fuse.h>
20#include <linux/vmalloc.h> 19#include <linux/vmalloc.h>
20#include <soc/tegra/fuse.h>
21 21
22#include "gk20a/gk20a.h" 22#include "gk20a/gk20a.h"
23 23