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/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/common/linux/module.c') diff --git a/drivers/gpu/nvgpu/common/linux/module.c b/drivers/gpu/nvgpu/common/linux/module.c index 4f66fc67..d0abc836 100644 --- a/drivers/gpu/nvgpu/common/linux/module.c +++ b/drivers/gpu/nvgpu/common/linux/module.c @@ -35,7 +35,7 @@ #include "gk20a/platform_gk20a.h" #include "sysfs.h" #include "vgpu/vgpu.h" -#include "gk20a/gk20a_scale.h" +#include "scale.h" #include "gk20a/ctxsw_trace_gk20a.h" #include "pci.h" #include "module.h" -- cgit v1.2.2