summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk/clk_prog.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/clk/clk_prog.h')
-rw-r--r--drivers/gpu/nvgpu/clk/clk_prog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk_prog.h b/drivers/gpu/nvgpu/clk/clk_prog.h
index cabe0bf0..af6368fd 100644
--- a/drivers/gpu/nvgpu/clk/clk_prog.h
+++ b/drivers/gpu/nvgpu/clk/clk_prog.h
@@ -20,8 +20,8 @@
20 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
21*/ 21*/
22 22
23#ifndef _CLKPROG_H_ 23#ifndef NVGPU_CLK_PROG_H
24#define _CLKPROG_H_ 24#define NVGPU_CLK_PROG_H
25#include "ctrl/ctrlclk.h" 25#include "ctrl/ctrlclk.h"
26#include "ctrl/ctrlboardobj.h" 26#include "ctrl/ctrlboardobj.h"
27#include <nvgpu/pmuif/nvgpu_gpmu_cmdif.h> 27#include <nvgpu/pmuif/nvgpu_gpmu_cmdif.h>
@@ -97,4 +97,4 @@ struct clk_prog_1x_master_table {
97 ((struct clk_prog *)BOARDOBJGRP_OBJ_GET_BY_IDX( \ 97 ((struct clk_prog *)BOARDOBJGRP_OBJ_GET_BY_IDX( \
98 &pclk->clk_progobjs.super.super, (u8)(idx))) 98 &pclk->clk_progobjs.super.super, (u8)(idx)))
99 99
100#endif 100#endif /* NVGPU_CLK_PROG_H */