summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/acr.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/acr.h')
-rw-r--r--drivers/gpu/nvgpu/acr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/acr.h b/drivers/gpu/nvgpu/acr.h
index 2877ac38..df90c96e 100644
--- a/drivers/gpu/nvgpu/acr.h
+++ b/drivers/gpu/nvgpu/acr.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * 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
5 * under the terms and conditions of the GNU General Public License, 5 * under the terms and conditions of the GNU General Public License,
@@ -16,7 +16,7 @@
16 16
17#include "gm20b/mm_gm20b.h" 17#include "gm20b/mm_gm20b.h"
18#include "gm20b/acr_gm20b.h" 18#include "gm20b/acr_gm20b.h"
19#include "gm206/acr_gm206.h" 19#include "gp106/acr_gp106.h"
20#ifdef CONFIG_ARCH_TEGRA_18x_SOC 20#ifdef CONFIG_ARCH_TEGRA_18x_SOC
21#include "acr_t18x.h" 21#include "acr_t18x.h"
22#endif 22#endif