gpu: nvgpu: init: move functions from gk20a.h to own header

This moves the nvgpu.common.init function prototypes from gk20a.h to a
new unit-specific header nvgpu_init.h

JIRA NVGPU-2385

Change-Id: I48c0b0e02a8064be0eda89f26cf55189ffd55803
Signed-off-by: Philip Elcan <pelcan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2133845
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Philip Elcan
2019-06-10 17:52:19 -04:00
committed by mobile promotions
parent fe3be6431e
commit 9705c86b98
25 changed files with 65 additions and 16 deletions

View File

@@ -30,6 +30,7 @@
#include <nvgpu/channel.h>
#include <nvgpu/gr/fecs_trace.h>
#include <nvgpu/string.h>
#include <nvgpu/nvgpu_init.h>
#include "platform_gk20a.h"
#include "os_linux.h"