summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/fuse/fuse_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/fuse/fuse_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/common/fuse/fuse_gp106.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/common/fuse/fuse_gp106.h b/drivers/gpu/nvgpu/common/fuse/fuse_gp106.h
index f014ee8c..24be7982 100644
--- a/drivers/gpu/nvgpu/common/fuse/fuse_gp106.h
+++ b/drivers/gpu/nvgpu/common/fuse/fuse_gp106.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * GP106 FUSE 2 * GP106 FUSE
3 * 3 *
4 * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2017-2018, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"), 7 * copy of this software and associated documentation files (the "Software"),
@@ -22,8 +22,8 @@
22 * DEALINGS IN THE SOFTWARE. 22 * DEALINGS IN THE SOFTWARE.
23 */ 23 */
24 24
25#ifndef _NVGPU_GP106_FUSE 25#ifndef NVGPU_FUSE_GP106_H
26#define _NVGPU_GP106_FUSE 26#define NVGPU_FUSE_GP106_H
27 27
28struct gk20a; 28struct gk20a;
29 29
@@ -36,4 +36,4 @@ u32 gp106_fuse_read_vin_cal_gain_offset_fuse(struct gk20a *g,
36 u32 vin_id, s8 *gain, 36 u32 vin_id, s8 *gain,
37 s8 *offset); 37 s8 *offset);
38 38
39#endif 39#endif /* NVGPU_FUSE_GP106_H */