summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
index cb155d6d..e0e318d2 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
@@ -24,8 +24,8 @@
24 * DEALINGS IN THE SOFTWARE. 24 * DEALINGS IN THE SOFTWARE.
25 */ 25 */
26 26
27#ifndef _GK20A_CHANNEL_SYNC_H_ 27#ifndef NVGPU_GK20A_CHANNEL_SYNC_GK20A_H
28#define _GK20A_CHANNEL_SYNC_H_ 28#define NVGPU_GK20A_CHANNEL_SYNC_GK20A_H
29 29
30struct gk20a_channel_sync; 30struct gk20a_channel_sync;
31struct priv_cmd_entry; 31struct priv_cmd_entry;
@@ -109,4 +109,4 @@ struct gk20a_channel_sync *gk20a_channel_sync_create(struct channel_gk20a *c,
109 bool user_managed); 109 bool user_managed);
110bool gk20a_channel_sync_needs_sync_framework(struct gk20a *g); 110bool gk20a_channel_sync_needs_sync_framework(struct gk20a *g);
111 111
112#endif 112#endif /* NVGPU_GK20A_CHANNEL_SYNC_GK20A_H */