summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/hal.c
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2017-04-27 09:54:21 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-05-02 06:07:20 -0400
commit3c44df6c98b0242cacba94d97a893d57eb46bb00 (patch)
tree6bfc61a90478206cee2eb239e6b2c5b25e1fc287 /drivers/gpu/nvgpu/gk20a/hal.c
parenta30924340f879db1f2857e066b919eeecf03c693 (diff)
gpu: nvgpu: include hal.h from hal.c
Bring the declarations visible to where they're defined. Bug 200299572 Change-Id: I6261433a754ae20fed4dd7fcde15a4bbaacc2249 Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: http://git-master/r/1471353 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Sachin Nikam <snikam@nvidia.com> Tested-by: Sachin Nikam <snikam@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/hal.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/hal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/hal.c b/drivers/gpu/nvgpu/gk20a/hal.c
index bbde885f..ce99aa7a 100644
--- a/drivers/gpu/nvgpu/gk20a/hal.c
+++ b/drivers/gpu/nvgpu/gk20a/hal.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * NVIDIA GPU HAL interface. 2 * NVIDIA GPU HAL interface.
3 * 3 *
4 * Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2014-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,
@@ -15,6 +15,7 @@
15 15
16#include "gk20a.h" 16#include "gk20a.h"
17#include "hal_gk20a.h" 17#include "hal_gk20a.h"
18#include "hal.h"
18#include "gm20b/hal_gm20b.h" 19#include "gm20b/hal_gm20b.h"
19#include "gp10b/hal_gp10b.h" 20#include "gp10b/hal_gp10b.h"
20#include "gp106/hal_gp106.h" 21#include "gp106/hal_gp106.h"