summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206/ce_gm206.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm206/ce_gm206.c')
-rw-r--r--drivers/gpu/nvgpu/gm206/ce_gm206.c3
1 files changed, 1 insertions, 2 deletions
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>