summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/therm_gm20b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/therm_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/therm_gm20b.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/therm_gm20b.h b/drivers/gpu/nvgpu/gm20b/therm_gm20b.h
index c346c4f2..65147a64 100644
--- a/drivers/gpu/nvgpu/gm20b/therm_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/therm_gm20b.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * GM20B THERMAL 2 * GM20B THERMAL
3 * 3 *
4 * Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2015-2017, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -15,7 +15,7 @@
15#ifndef THERM_GM20B_H 15#ifndef THERM_GM20B_H
16#define THERM_GM20B_H 16#define THERM_GM20B_H
17 17
18struct gpu_ops; 18struct gk20a;
19void gm20b_init_therm_ops(struct gpu_ops *gops); 19int gm20b_init_therm_setup_hw(struct gk20a *g);
20 20
21#endif /* THERM_GM20B_H */ 21#endif /* THERM_GM20B_H */