summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/debug_clk.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/debug_clk.c')
-rw-r--r--drivers/gpu/nvgpu/os/linux/debug_clk.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/debug_clk.c b/drivers/gpu/nvgpu/os/linux/debug_clk.c
index 2484d44b..f514d2c8 100644
--- a/drivers/gpu/nvgpu/os/linux/debug_clk.c
+++ b/drivers/gpu/nvgpu/os/linux/debug_clk.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2017 NVIDIA Corporation. All rights reserved. 2 * Copyright (C) 2017-2018 NVIDIA Corporation. All rights reserved.
3 * 3 *
4 * This software is licensed under the terms of the GNU General Public 4 * This software is licensed under the terms of the GNU General Public
5 * License version 2, as published by the Free Software Foundation, and 5 * License version 2, as published by the Free Software Foundation, and
@@ -16,6 +16,8 @@
16#include <linux/debugfs.h> 16#include <linux/debugfs.h>
17#include <linux/seq_file.h> 17#include <linux/seq_file.h>
18 18
19#include <nvgpu/io.h>
20
19#include "gm20b/clk_gm20b.h" 21#include "gm20b/clk_gm20b.h"
20#include "os_linux.h" 22#include "os_linux.h"
21#include "platform_gk20a.h" 23#include "platform_gk20a.h"