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 <kholtta@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1804609
Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Konsta Holtta
2018-08-21 12:43:14 +03:00
committed by mobile promotions
parent 0c387d76dc
commit 390185200f
10 changed files with 14 additions and 7 deletions

View File

@@ -24,6 +24,7 @@
#include <nvgpu/linux/vm.h>
#include "gk20a/gk20a.h"
#include "gk20a/fence_gk20a.h"
#include "platform_gk20a.h"
#include "dmabuf.h"