summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/perf/perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/perf/perf.c')
-rw-r--r--drivers/gpu/nvgpu/perf/perf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/perf/perf.c b/drivers/gpu/nvgpu/perf/perf.c
index 9adcadb6..f07a1ffd 100644
--- a/drivers/gpu/nvgpu/perf/perf.c
+++ b/drivers/gpu/nvgpu/perf/perf.c
@@ -11,13 +11,13 @@
11 * more details. 11 * more details.
12 */ 12 */
13 13
14#include <nvgpu/bug.h>
15#include <nvgpu/pmu.h>
16
14#include "gk20a/gk20a.h" 17#include "gk20a/gk20a.h"
15#include "perf.h" 18#include "perf.h"
16#include "gk20a/pmu_gk20a.h"
17#include "clk/clk_arb.h" 19#include "clk/clk_arb.h"
18 20
19#include <nvgpu/bug.h>
20
21struct perfrpc_pmucmdhandler_params { 21struct perfrpc_pmucmdhandler_params {
22 struct nv_pmu_perf_rpc *prpccall; 22 struct nv_pmu_perf_rpc *prpccall;
23 u32 success; 23 u32 success;