summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/bus
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/bus')
-rw-r--r--drivers/gpu/nvgpu/common/bus/bus_gp10b.c2
-rw-r--r--drivers/gpu/nvgpu/common/bus/bus_gp10b.h8
2 files changed, 3 insertions, 7 deletions
diff --git a/drivers/gpu/nvgpu/common/bus/bus_gp10b.c b/drivers/gpu/nvgpu/common/bus/bus_gp10b.c
index 01e81069..86b548f2 100644
--- a/drivers/gpu/nvgpu/common/bus/bus_gp10b.c
+++ b/drivers/gpu/nvgpu/common/bus/bus_gp10b.c
@@ -1,6 +1,4 @@
1/* 1/*
2 * GM20B MMU
3 *
4 * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved.
5 * 3 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 4 * Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/drivers/gpu/nvgpu/common/bus/bus_gp10b.h b/drivers/gpu/nvgpu/common/bus/bus_gp10b.h
index 0a356f15..a6848172 100644
--- a/drivers/gpu/nvgpu/common/bus/bus_gp10b.h
+++ b/drivers/gpu/nvgpu/common/bus/bus_gp10b.h
@@ -1,7 +1,5 @@
1/* 1/*
2 * GM20B BUS 2 * Copyright (c) 2017-2018, NVIDIA CORPORATION. All rights reserved.
3 *
4 * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved.
5 * 3 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 4 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"), 5 * copy of this software and associated documentation files (the "Software"),
@@ -22,8 +20,8 @@
22 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
23 */ 21 */
24 22
25#ifndef _NVGPU_GP10B_BUS 23#ifndef NVGPU_BUS_GP10B
26#define _NVGPU_GP10B_BUS 24#define NVGPU_BUS_GP10B
27 25
28struct gk20a; 26struct gk20a;
29struct nvgpu_mem; 27struct nvgpu_mem;