summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gm20b/clk_gm20b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
index b8fc58bf..e13c7a51 100644
--- a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
@@ -24,8 +24,8 @@
24#include <mach/thermal.h> 24#include <mach/thermal.h>
25 25
26#include "gk20a/gk20a.h" 26#include "gk20a/gk20a.h"
27#include "gk20a/hw_trim_gk20a.h" 27#include "hw_trim_gm20b.h"
28#include "gk20a/hw_timer_gk20a.h" 28#include "hw_timer_gm20b.h"
29#include "clk_gm20b.h" 29#include "clk_gm20b.h"
30 30
31#define gk20a_dbg_clk(fmt, arg...) \ 31#define gk20a_dbg_clk(fmt, arg...) \