summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/clk')
-rw-r--r--drivers/gpu/nvgpu/clk/clk_arb.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk_arb.h b/drivers/gpu/nvgpu/clk/clk_arb.h
index 45d8ed73..d73a6687 100644
--- a/drivers/gpu/nvgpu/clk/clk_arb.h
+++ b/drivers/gpu/nvgpu/clk/clk_arb.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify it 4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License, 5 * under the terms and conditions of the GNU General Public License,
@@ -11,12 +11,10 @@
11 * more details. 11 * more details.
12 */ 12 */
13 13
14#include "gk20a/gk20a.h"
15
16#ifndef _CLK_ARB_H_ 14#ifndef _CLK_ARB_H_
17#define _CLK_ARB_H_ 15#define _CLK_ARB_H_
18 16
19struct nvgpu_clk_arb; 17struct gk20a;
20struct nvgpu_clk_session; 18struct nvgpu_clk_session;
21 19
22int nvgpu_clk_arb_init_arbiter(struct gk20a *g); 20int nvgpu_clk_arb_init_arbiter(struct gk20a *g);