From 15e259bc5255e891f776a84b5f28a97ea0567178 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Mon, 30 Oct 2017 12:52:52 -0700 Subject: gpu: nvgpu: Move gk20a_scale to be Linux only Move gk20a_scale.[ch] to be common/linux/scale.[ch]. The code is Linux specific, and only referred from Linux specific source files. Change the license back to GPL. JIRA NVGPU-259 Change-Id: I89fa905a1fea4f93c826ddfe2ffce34aefc1b0a2 Signed-off-by: Terje Bergstrom Reviewed-on: https://git-master.nvidia.com/r/1588650 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/common/linux/driver_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/common/linux/driver_common.c') diff --git a/drivers/gpu/nvgpu/common/linux/driver_common.c b/drivers/gpu/nvgpu/common/linux/driver_common.c index e4a65692..759607a2 100644 --- a/drivers/gpu/nvgpu/common/linux/driver_common.c +++ b/drivers/gpu/nvgpu/common/linux/driver_common.c @@ -23,7 +23,7 @@ #include #include -#include "gk20a/gk20a_scale.h" +#include "scale.h" #include "gk20a/gk20a.h" #include "gk20a/platform_gk20a.h" #include "module.h" -- cgit v1.2.2