summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/xve/xve_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/xve/xve_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/common/xve/xve_gp106.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/common/xve/xve_gp106.h b/drivers/gpu/nvgpu/common/xve/xve_gp106.h
index e0be35ac..992f0c86 100644
--- a/drivers/gpu/nvgpu/common/xve/xve_gp106.h
+++ b/drivers/gpu/nvgpu/common/xve/xve_gp106.h
@@ -20,8 +20,8 @@
20 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
21 */ 21 */
22 22
23#ifndef __XVE_GP106_H__ 23#ifndef NVGPU_XVE_GP106_H
24#define __XVE_GP106_H__ 24#define NVGPU_XVE_GP106_H
25 25
26#include "gk20a/gk20a.h" 26#include "gk20a/gk20a.h"
27 27
@@ -69,4 +69,4 @@ void xve_rearm_msi_gp106(struct gk20a *g);
69void xve_enable_shadow_rom_gp106(struct gk20a *g); 69void xve_enable_shadow_rom_gp106(struct gk20a *g);
70void xve_disable_shadow_rom_gp106(struct gk20a *g); 70void xve_disable_shadow_rom_gp106(struct gk20a *g);
71 71
72#endif 72#endif /* NVGPU_XVE_GP106_H */