gpu: nvgpu: unit: Fix header guards

Fix cases where header guard #ifdef and #define had a mismatch.

Change-Id: I74aec2736c467f79e9786880d3e3847ee86a2466
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2318388
Reviewed-by: automaticguardword <automaticguardword@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Alex Waterman <alexw@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
Terje Bergstrom
2020-03-25 10:40:29 -07:00
committed by Alex Waterman
parent 3569e21518
commit 7a71aba234
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
* Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -21,7 +21,7 @@
*/
#ifndef UNIT_NVGPU_FIFO_GV11B_H
#define UNIT_NVGPU_FIFO_GV11b_H
#define UNIT_NVGPU_FIFO_GV11B_H
int test_fifo_setup_gv11b_reg_space(struct unit_module *m, struct gk20a *g);
void test_fifo_cleanup_gv11b_reg_space(struct unit_module *m, struct gk20a *g);