summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/mm
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/mm')
-rw-r--r--drivers/gpu/nvgpu/common/mm/buddy_allocator_priv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/common/mm/buddy_allocator_priv.h b/drivers/gpu/nvgpu/common/mm/buddy_allocator_priv.h
index 7a22f030..794922d7 100644
--- a/drivers/gpu/nvgpu/common/mm/buddy_allocator_priv.h
+++ b/drivers/gpu/nvgpu/common/mm/buddy_allocator_priv.h
@@ -20,8 +20,8 @@
20 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
21 */ 21 */
22 22
23#ifndef BUDDY_ALLOCATOR_PRIV_H 23#ifndef NVGPU_MM_BUDDY_ALLOCATOR_PRIV_H
24#define BUDDY_ALLOCATOR_PRIV_H 24#define NVGPU_MM_BUDDY_ALLOCATOR_PRIV_H
25 25
26#include <nvgpu/rbtree.h> 26#include <nvgpu/rbtree.h>
27#include <nvgpu/list.h> 27#include <nvgpu/list.h>
@@ -221,4 +221,4 @@ static inline struct nvgpu_allocator *balloc_owner(
221 return a->owner; 221 return a->owner;
222} 222}
223 223
224#endif 224#endif /* NVGPU_MM_BUDDY_ALLOCATOR_PRIV_H */