From 7989012df274ba166171ac652cf80fe61993c292 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Fri, 28 Oct 2016 17:03:37 -0700 Subject: gpu: nvgpu: Move gm20b HW headers Move the gm20b HW headers to a new directory specially for them: include/nvgpu/hw/gm20b And change the code to include like so: #include This is part of the process to restructure the nvgpu driver. Bug 1799159 Change-Id: I0765e2f6bcd5aa1e803efd250056de3cf9bfa7ed Signed-off-by: Alex Waterman Reviewed-on: http://git-master/r/1244791 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gm20b/gr_gm20b.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'drivers/gpu/nvgpu/gm20b/gr_gm20b.c') diff --git a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c index c74b9fec..41532dc5 100644 --- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c +++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c @@ -14,7 +14,7 @@ */ #include -#include /* for mdelay */ +#include #include #include #include @@ -26,16 +26,17 @@ #include "gk20a/gr_gk20a.h" #include "gr_gm20b.h" -#include "hw_gr_gm20b.h" -#include "hw_fifo_gm20b.h" -#include "hw_fb_gm20b.h" -#include "hw_top_gm20b.h" -#include "hw_ltc_gm20b.h" -#include "hw_ctxsw_prog_gm20b.h" -#include "hw_fuse_gm20b.h" #include "pmu_gm20b.h" #include "acr_gm20b.h" +#include +#include +#include +#include +#include +#include +#include + static void gr_gm20b_init_gpc_mmu(struct gk20a *g) { u32 temp; -- cgit v1.2.2