summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm206')
-rw-r--r--drivers/gpu/nvgpu/gm206/acr_gm206.c1
-rw-r--r--drivers/gpu/nvgpu/gm206/ce_gm206.c3
2 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gm206/acr_gm206.c b/drivers/gpu/nvgpu/gm206/acr_gm206.c
index 238114e3..3af59374 100644
--- a/drivers/gpu/nvgpu/gm206/acr_gm206.c
+++ b/drivers/gpu/nvgpu/gm206/acr_gm206.c
@@ -21,7 +21,6 @@
21 21
22#include "gk20a/gk20a.h" 22#include "gk20a/gk20a.h"
23#include "gk20a/pmu_gk20a.h" 23#include "gk20a/pmu_gk20a.h"
24#include "gk20a/semaphore_gk20a.h"
25 24
26#include "acr.h" 25#include "acr.h"
27#include "acr_gm206.h" 26#include "acr_gm206.h"
diff --git a/drivers/gpu/nvgpu/gm206/ce_gm206.c b/drivers/gpu/nvgpu/gm206/ce_gm206.c
index 5d5fd432..dd3eac95 100644
--- a/drivers/gpu/nvgpu/gm206/ce_gm206.c
+++ b/drivers/gpu/nvgpu/gm206/ce_gm206.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * GM206 Copy Engine. 2 * GM206 Copy Engine.
3 * 3 *
4 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -29,7 +29,6 @@
29#include <linux/nvhost.h> 29#include <linux/nvhost.h>
30 30
31#include "gk20a/debug_gk20a.h" 31#include "gk20a/debug_gk20a.h"
32#include "gk20a/semaphore_gk20a.h"
33 32
34#include <nvgpu/hw/gm206/hw_ce2_gm206.h> 33#include <nvgpu/hw/gm206/hw_ce2_gm206.h>
35#include <nvgpu/hw/gm206/hw_pbdma_gm206.h> 34#include <nvgpu/hw/gm206/hw_pbdma_gm206.h>