diff --git a/drivers/gpu/nvgpu/gv11b/dbg_gpu_gv11b.c b/drivers/gpu/nvgpu/gv11b/dbg_gpu_gv11b.c index 0dad7c2d5..db09016cb 100644 --- a/drivers/gpu/nvgpu/gv11b/dbg_gpu_gv11b.c +++ b/drivers/gpu/nvgpu/gv11b/dbg_gpu_gv11b.c @@ -1,7 +1,7 @@ /* * Tegra GV11B GPU Debugger/Profiler Driver * - * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2017-2018, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -24,8 +24,10 @@ #include #include "gk20a/gk20a.h" +#include "gv11b/dbg_gpu_gv11b.h" #include #include +#include static void gv11b_perfbuf_reset_streaming(struct gk20a *g) {