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/vgpu/vgpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/vgpu/vgpu.c') diff --git a/drivers/gpu/nvgpu/vgpu/vgpu.c b/drivers/gpu/nvgpu/vgpu/vgpu.c index 14a19f56..70214676 100644 --- a/drivers/gpu/nvgpu/vgpu/vgpu.c +++ b/drivers/gpu/nvgpu/vgpu/vgpu.c @@ -40,13 +40,13 @@ #include "vgpu/clk_vgpu.h" #include "gk20a/ctxsw_trace_gk20a.h" #include "gk20a/tsg_gk20a.h" -#include "gk20a/gk20a_scale.h" #include "gk20a/channel_gk20a.h" #include "gm20b/hal_gm20b.h" #include "common/linux/module.h" #include "common/linux/os_linux.h" #include "common/linux/ioctl.h" +#include "common/linux/scale.h" #ifdef CONFIG_TEGRA_19x_GPU #include -- cgit v1.2.2