From 390185200fd505fb0b36bed993d67f1a21f47c24 Mon Sep 17 00:00:00 2001 From: Konsta Holtta Date: Tue, 21 Aug 2018 12:43:14 +0300 Subject: gpu: nvgpu: clean up channel header includes Remove a few unnecessary includes from channel_gk20a.h and add them to c files where needed. Jira NVGPU-967 Change-Id: Ic38132c776a56b6966424806faab7871575b6c10 Signed-off-by: Konsta Holtta Reviewed-on: https://git-master.nvidia.com/r/1804609 Reviewed-by: svc-misra-checker GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/os/linux/dmabuf.c | 1 + drivers/gpu/nvgpu/os/linux/ioctl_channel.c | 1 + 2 files changed, 2 insertions(+) (limited to 'drivers/gpu/nvgpu/os') diff --git a/drivers/gpu/nvgpu/os/linux/dmabuf.c b/drivers/gpu/nvgpu/os/linux/dmabuf.c index 6f07e88a..591c7c0a 100644 --- a/drivers/gpu/nvgpu/os/linux/dmabuf.c +++ b/drivers/gpu/nvgpu/os/linux/dmabuf.c @@ -24,6 +24,7 @@ #include #include "gk20a/gk20a.h" +#include "gk20a/fence_gk20a.h" #include "platform_gk20a.h" #include "dmabuf.h" diff --git a/drivers/gpu/nvgpu/os/linux/ioctl_channel.c b/drivers/gpu/nvgpu/os/linux/ioctl_channel.c index 7b003b76..e9a24923 100644 --- a/drivers/gpu/nvgpu/os/linux/ioctl_channel.c +++ b/drivers/gpu/nvgpu/os/linux/ioctl_channel.c @@ -39,6 +39,7 @@ #include "gk20a/gk20a.h" #include "gk20a/dbg_gpu_gk20a.h" #include "gk20a/fence_gk20a.h" +#include "gk20a/channel_sync_gk20a.h" #include "platform_gk20a.h" #include "ioctl_channel.h" -- cgit v1.2.2