summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gr_gp10b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gr_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_gp10b.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.h b/drivers/gpu/nvgpu/gp10b/gr_gp10b.h
index 31e1e6e9..2ae44e04 100644
--- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.h
@@ -22,8 +22,8 @@
22 * DEALINGS IN THE SOFTWARE. 22 * DEALINGS IN THE SOFTWARE.
23 */ 23 */
24 24
25#ifndef _NVGPU_GR_GP10B_H_ 25#ifndef NVGPU_GR_GP10B_H
26#define _NVGPU_GR_GP10B_H_ 26#define NVGPU_GR_GP10B_H
27 27
28#include "gk20a/mm_gk20a.h" 28#include "gk20a/mm_gk20a.h"
29 29
@@ -156,4 +156,4 @@ unsigned long gr_gp10b_get_max_gfxp_wfi_timeout_count(struct gk20a *g);
156bool gr_gp10b_suspend_context(struct channel_gk20a *ch, 156bool gr_gp10b_suspend_context(struct channel_gk20a *ch,
157 bool *cilp_preempt_pending); 157 bool *cilp_preempt_pending);
158 158
159#endif 159#endif /* NVGPU_GR_GP10B_H */