mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
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:
committed by
mobile promotions
parent
ddbd954210
commit
e04db419d7
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user