summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/as_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/as_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/as_gk20a.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/as_gk20a.h b/drivers/gpu/nvgpu/gk20a/as_gk20a.h
index be0e9707..457678ce 100644
--- a/drivers/gpu/nvgpu/gk20a/as_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/as_gk20a.h
@@ -1,7 +1,5 @@
1/* 1/*
2 * drivers/video/tegra/host/gk20a/as_gk20a.h 2 * GK20A Address Spaces
3 *
4 * GK20A Address Space
5 * 3 *
6 * Copyright (c) 2011-2014, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2011-2014, NVIDIA CORPORATION. All rights reserved.
7 * 5 *
@@ -14,15 +12,13 @@
14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15 * more details. 13 * more details.
16 */ 14 */
17#ifndef __GK20A_AS_H 15#ifndef AS_GK20A_H
18#define __GK20A_AS_H 16#define AS_GK20A_H
19 17
20#include <linux/atomic.h> 18#include <linux/atomic.h>
21#include <linux/cdev.h> 19#include <linux/cdev.h>
22#include <linux/fs.h> 20#include <linux/fs.h>
23 21
24#include <linux/nvhost_as_ioctl.h>
25
26struct gk20a_as; 22struct gk20a_as;
27struct gk20a_as_share; 23struct gk20a_as_share;
28struct vm_gk20a; 24struct vm_gk20a;