From 6393eddfa996fba03464f897b85aa5ec79860fed Mon Sep 17 00:00:00 2001 From: Richard Zhao Date: Mon, 29 Jan 2018 23:24:37 -0800 Subject: gpu: nvgpu: vgpu: move common files out of linux folder Most of files have been moved out of linux folder. More code could be common as halifying going on. Jira EVLR-2364 Change-Id: Ia9dbdbc82f45ceefe5c788eac7517000cd455d5e Signed-off-by: Richard Zhao Reviewed-on: https://git-master.nvidia.com/r/1649947 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/common/linux/vgpu/css_vgpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/gpu/nvgpu/common/linux/vgpu/css_vgpu.c') diff --git a/drivers/gpu/nvgpu/common/linux/vgpu/css_vgpu.c b/drivers/gpu/nvgpu/common/linux/vgpu/css_vgpu.c index bace705d..fe9dc670 100644 --- a/drivers/gpu/nvgpu/common/linux/vgpu/css_vgpu.c +++ b/drivers/gpu/nvgpu/common/linux/vgpu/css_vgpu.c @@ -18,14 +18,14 @@ #include #include #include +#include #include "gk20a/gk20a.h" #include "gk20a/channel_gk20a.h" #include "gk20a/css_gr_gk20a.h" #include "common/linux/platform_gk20a.h" -#include "common/linux/vgpu/vgpu.h" -#include "common/linux/vgpu/css_vgpu.h" #include "common/linux/os_linux.h" +#include "vgpu/css_vgpu.h" static struct tegra_hv_ivm_cookie *css_cookie; -- cgit v1.2.2