mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: Move boardobj to common
Move boardobj unit to live under common. It's common code. Also moves the header files to include/nvgpu/ to indicate that they're meant to be called from outside boardobj unit. JIRA NVGPU-596 Change-Id: I57758371c47083e3f666e0cc6d05c48c6d070529 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1850419 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
e0c8a16c8d
commit
7dc15d6d33
@@ -22,10 +22,10 @@
|
||||
|
||||
#include <nvgpu/bios.h>
|
||||
#include <nvgpu/gk20a.h>
|
||||
#include <nvgpu/boardobjgrp.h>
|
||||
#include <nvgpu/boardobjgrp_e32.h>
|
||||
|
||||
#include "pwrdev.h"
|
||||
#include "boardobj/boardobjgrp.h"
|
||||
#include "boardobj/boardobjgrp_e32.h"
|
||||
#include "gp106/bios_gp106.h"
|
||||
|
||||
static int _pwr_device_pmudata_instget(struct gk20a *g,
|
||||
|
||||
Reference in New Issue
Block a user