summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a_allocator.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a_allocator.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h b/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h
index cd72ec9c..5621800e 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h
@@ -1,6 +1,4 @@
1/* 1/*
2 * gk20a allocator
3 *
4 * Copyright (c) 2011-2014, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2011-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
@@ -16,8 +14,8 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 15 */
18 16
19#ifndef __NVHOST_ALLOCATOR_H__ 17#ifndef GK20A_ALLOCATOR_H
20#define __NVHOST_ALLOCATOR_H__ 18#define GK20A_ALLOCATOR_H
21 19
22#include <linux/rbtree.h> 20#include <linux/rbtree.h>
23#include <linux/rwsem.h> 21#include <linux/rwsem.h>
@@ -112,4 +110,4 @@ do { \
112 110
113#endif /* ALLOCATOR_DEBUG */ 111#endif /* ALLOCATOR_DEBUG */
114 112
115#endif /*__NVHOST_ALLOCATOR_H__ */ 113#endif /* GK20A_ALLOCATOR_H */