From 665b017c322da63cc66a66e62fb3a511a20bf8cb Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Sat, 3 Dec 2016 12:19:11 +0530 Subject: gpu: nvgpu: gk20a: Get rid of include of mach/clk.h mach/clk.h just include the linux/clk/tegra.h and hence directly include this header instead of via mach/clk.h. bug 200259459 Change-Id: Ia84c325309c308e02bb5dc1a8b32ef669053f439 Signed-off-by: Laxman Dewangan Reviewed-on: http://git-master/r/1264322 GVS: Gerrit_Virtual_Submit Reviewed-by: Bharat Nihalani Reviewed-by: Deepak Nibade --- drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c b/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c index d60fce33..1b4d2c07 100644 --- a/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c +++ b/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include "gk20a.h" #include "gr_gk20a.h" -- cgit v1.2.2