gpu: nvgpu: Remove extra deps to bus_gk20a.h

gk20a.c and mm_gk20a.c include bus_gk20a.h without needing anything
from it. Drop that dependency.

JIRA NVGPU-737

Change-Id: Ia1ae39248dad854797fb4be75c9ffeef3b191c7b
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1747766
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Terje Bergstrom
2018-06-12 15:24:14 -07:00
committed by Tejal Kudav
parent a6f843b114
commit da8284238d
2 changed files with 0 additions and 2 deletions

View File

@@ -44,7 +44,6 @@
#include "dbg_gpu_gk20a.h"
#include "mc_gk20a.h"
#include "hal.h"
#include "common/bus/bus_gk20a.h"
#include "pstate/pstate.h"
void __nvgpu_check_gpu_state(struct gk20a *g)

View File

@@ -44,7 +44,6 @@
#include "gk20a.h"
#include "mm_gk20a.h"
#include "fence_gk20a.h"
#include "common/bus/bus_gk20a.h"
#include <nvgpu/hw/gk20a/hw_gmmu_gk20a.h>
#include <nvgpu/hw/gk20a/hw_ram_gk20a.h>