summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/ctrl/ctrltherm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/ctrl/ctrltherm.h')
-rw-r--r--drivers/gpu/nvgpu/ctrl/ctrltherm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/ctrl/ctrltherm.h b/drivers/gpu/nvgpu/ctrl/ctrltherm.h
index 4491d364..27af7b04 100644
--- a/drivers/gpu/nvgpu/ctrl/ctrltherm.h
+++ b/drivers/gpu/nvgpu/ctrl/ctrltherm.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * Control thermal infrastructure 2 * Control thermal infrastructure
3 * 3 *
4 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2016-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"),
@@ -21,8 +21,8 @@
21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22 * DEALINGS IN THE SOFTWARE. 22 * DEALINGS IN THE SOFTWARE.
23 */ 23 */
24#ifndef _ctrltherm_h_ 24#ifndef NVGPU_CTRLTHERM_H
25#define _ctrltherm_h_ 25#define NVGPU_CTRLTHERM_H
26 26
27#include "ctrlboardobj.h" 27#include "ctrlboardobj.h"
28 28
@@ -30,4 +30,4 @@
30 30
31#define CTRL_THERMAL_THERM_CHANNEL_CLASS_DEVICE 0x01 31#define CTRL_THERMAL_THERM_CHANNEL_CLASS_DEVICE 0x01
32 32
33#endif 33#endif /* NVGPU_CTRLTHERM_H */