summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gp10b.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gp10b.c b/drivers/gpu/nvgpu/gp10b/gp10b.c
index a541dda3..e2e27258 100644
--- a/drivers/gpu/nvgpu/gp10b/gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/gp10b.c
@@ -17,8 +17,9 @@
17 */ 17 */
18 18
19#include "gk20a/gk20a.h" 19#include "gk20a/gk20a.h"
20#include "hw_fuse_gp10b.h" 20
21#include "hw_gr_gp10b.h" 21#include <nvgpu/hw/gp10b/hw_fuse_gp10b.h>
22#include <nvgpu/hw/gp10b/hw_gr_gp10b.h>
22 23
23static u64 gp10b_detect_ecc_enabled_units(struct gk20a *g) 24static u64 gp10b_detect_ecc_enabled_units(struct gk20a *g)
24{ 25{