summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include/nvgpu/nvhost.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include/nvgpu/nvhost.h')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/nvhost.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/nvhost.h b/drivers/gpu/nvgpu/include/nvgpu/nvhost.h
index 7d50d222..74dc48b5 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/nvhost.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/nvhost.h
@@ -20,8 +20,8 @@
20 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
21 */ 21 */
22 22
23#ifndef __NVGPU_NVHOST_H__ 23#ifndef NVGPU_NVHOST_H
24#define __NVGPU_NVHOST_H__ 24#define NVGPU_NVHOST_H
25 25
26#ifdef CONFIG_TEGRA_GK20A_NVHOST 26#ifdef CONFIG_TEGRA_GK20A_NVHOST
27 27
@@ -109,4 +109,4 @@ static inline int nvgpu_nvhost_syncpt_init(struct gk20a *g)
109} 109}
110#endif 110#endif
111#endif /* CONFIG_TEGRA_GK20A_NVHOST */ 111#endif /* CONFIG_TEGRA_GK20A_NVHOST */
112#endif /* __NVGPU_NVHOST_H__ */ 112#endif /* NVGPU_NVHOST_H */