From 4b89dfd82058ffdd63931e89821509b8003d0ffd Mon Sep 17 00:00:00 2001 From: Hoang Pham Date: Wed, 23 Jul 2014 18:47:44 -0700 Subject: gpu: nvgpu: Switch to use GM20B hw header files Bug 1450787 Change-Id: Id28bd49eadae7b2310410c1676d73b37f57d1443 Signed-off-by: Hoang Pham Reviewed-on: http://git-master/r/441543 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Aleksandr Frid Reviewed-by: Bo Yan --- drivers/gpu/nvgpu/gm20b/clk_gm20b.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/gpu/nvgpu/gm20b/clk_gm20b.c') 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 @@ #include #include "gk20a/gk20a.h" -#include "gk20a/hw_trim_gk20a.h" -#include "gk20a/hw_timer_gk20a.h" +#include "hw_trim_gm20b.h" +#include "hw_timer_gm20b.h" #include "clk_gm20b.h" #define gk20a_dbg_clk(fmt, arg...) \ -- cgit v1.2.2