summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/fb_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/fb_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/fb_gm20b.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/fb_gm20b.c b/drivers/gpu/nvgpu/gm20b/fb_gm20b.c
index ecc1d0d5..985248b0 100644
--- a/drivers/gpu/nvgpu/gm20b/fb_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/fb_gm20b.c
@@ -19,9 +19,9 @@
19#include "gk20a/kind_gk20a.h" 19#include "gk20a/kind_gk20a.h"
20#include "gk20a/fb_gk20a.h" 20#include "gk20a/fb_gk20a.h"
21 21
22#include "hw_fb_gm20b.h" 22#include <nvgpu/hw/gm20b/hw_fb_gm20b.h>
23#include "hw_top_gm20b.h" 23#include <nvgpu/hw/gm20b/hw_top_gm20b.h>
24#include "hw_gmmu_gm20b.h" 24#include <nvgpu/hw/gm20b/hw_gmmu_gm20b.h>
25 25
26static void fb_gm20b_init_fs_state(struct gk20a *g) 26static void fb_gm20b_init_fs_state(struct gk20a *g)
27{ 27{