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

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

JIRA NVGPU-961

Change-Id: I033684c3662943758d291e73c4f2642053c35091
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1986068
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 14:46:52 -08:00
committed by mobile promotions
parent 4ad7bc1c36
commit 8ddc70f4f7
9 changed files with 115 additions and 109 deletions

View File

@@ -39,9 +39,9 @@
#include <nvgpu/enabled.h>
#include <nvgpu/pmu/pstate.h>
#include <nvgpu/pmu/volt.h>
#include <nvgpu/pmu/lpwr.h>
#include "clk/clk.h"
#include "lpwr/lpwr.h"
#ifdef CONFIG_DEBUG_FS
#include "os_linux.h"