summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/acr_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/acr_gm20b.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
index 7e70d5a4..73c690fd 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
@@ -1,8 +1,6 @@
1/* 1/*
2 * GM20B ACR
3 *
4 * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved.
5* 3 *
6 * This program is free software; you can redistribute it and/or modify it 4 * 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, 5 * under the terms and conditions of the GNU General Public License,
8 * version 2, as published by the Free Software Foundation. 6 * version 2, as published by the Free Software Foundation.
@@ -24,6 +22,7 @@
24 22
25#include "gk20a/gk20a.h" 23#include "gk20a/gk20a.h"
26#include "gk20a/pmu_gk20a.h" 24#include "gk20a/pmu_gk20a.h"
25#include "gk20a/semaphore_gk20a.h"
27#include "hw_pwr_gm20b.h" 26#include "hw_pwr_gm20b.h"
28#include "mc_carveout_reg.h" 27#include "mc_carveout_reg.h"
29 28