summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/therm/therm_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/therm/therm_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/common/therm/therm_gp10b.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/common/therm/therm_gp10b.c b/drivers/gpu/nvgpu/common/therm/therm_gp10b.c
index 905ff178..8b5371a9 100644
--- a/drivers/gpu/nvgpu/common/therm/therm_gp10b.c
+++ b/drivers/gpu/nvgpu/common/therm/therm_gp10b.c
@@ -21,13 +21,12 @@
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
25#include "gk20a/gk20a.h"
26#include "therm_gp10b.h"
27
28#include <nvgpu/soc.h> 24#include <nvgpu/soc.h>
29#include <nvgpu/io.h> 25#include <nvgpu/io.h>
30#include <nvgpu/utils.h> 26#include <nvgpu/utils.h>
27#include <nvgpu/gk20a.h>
28
29#include "therm_gp10b.h"
31 30
32#include <nvgpu/hw/gp10b/hw_therm_gp10b.h> 31#include <nvgpu/hw/gp10b/hw_therm_gp10b.h>
33 32