gpu: nvgpu: Split pmgr.h into private and public

pmgr/pmgr.h is used both by pmgr itself, and other units calling pmgr.
Move all public dependencies to include/nvgpu/pmu/pmgr.h

JIRA NVGPU-961

Change-Id: I753fd64d4bfd4667239cf0dcb2aea00a7e010e75
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1986071
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Terje Bergstrom
2018-12-13 16:01:05 -08:00
committed by mobile promotions
parent ddbd954210
commit e04db419d7
5 changed files with 48 additions and 15 deletions

View File

@@ -16,9 +16,9 @@
#include <linux/debugfs.h>
#include "os_linux.h"
#include <nvgpu/pmu/pmgr.h>
#include "pmgr/pmgr.h"
#include "os_linux.h"
static int pmgr_pwr_devices_get_power_u64(void *data, u64 *p)
{