summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/clk_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/clk_gm20b.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
index d2260d9c..31a14c0c 100644
--- a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
@@ -22,9 +22,6 @@
22 * DEALINGS IN THE SOFTWARE. 22 * DEALINGS IN THE SOFTWARE.
23 */ 23 */
24 24
25#include "gk20a/gk20a.h"
26#include "clk_gm20b.h"
27
28#include <nvgpu/soc.h> 25#include <nvgpu/soc.h>
29#include <nvgpu/fuse.h> 26#include <nvgpu/fuse.h>
30#include <nvgpu/bug.h> 27#include <nvgpu/bug.h>
@@ -33,6 +30,9 @@
33#include <nvgpu/io.h> 30#include <nvgpu/io.h>
34#include <nvgpu/utils.h> 31#include <nvgpu/utils.h>
35#include <nvgpu/timers.h> 32#include <nvgpu/timers.h>
33#include <nvgpu/gk20a.h>
34
35#include "clk_gm20b.h"
36 36
37#include <nvgpu/hw/gm20b/hw_trim_gm20b.h> 37#include <nvgpu/hw/gm20b/hw_trim_gm20b.h>
38#include <nvgpu/hw/gm20b/hw_therm_gm20b.h> 38#include <nvgpu/hw/gm20b/hw_therm_gm20b.h>