summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/ecc_gp10b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/ecc_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/ecc_gp10b.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/ecc_gp10b.h b/drivers/gpu/nvgpu/gp10b/ecc_gp10b.h
index e5101db0..73145f9e 100644
--- a/drivers/gpu/nvgpu/gp10b/ecc_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/ecc_gp10b.h
@@ -20,9 +20,9 @@
20 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
21 */ 21 */
22 22
23#ifndef __ECC_GP10B_H__ 23#ifndef NVGPU_ECC_GP10B_H
24#define __ECC_GP10B_H__ 24#define NVGPU_ECC_GP10B_H
25 25
26int gp10b_ecc_init(struct gk20a *g); 26int gp10b_ecc_init(struct gk20a *g);
27 27
28#endif 28#endif /* NVGPU_ECC_GP10B_H */