From 6be61e4ae10ea51b0deb106d77e76d938b5c56a0 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Thu, 9 Apr 2015 11:05:36 -0700 Subject: gpu: nvgpu: gm20b: correct hdr #define __REGOPS_GK20A_H_ -> __REGOPS_GM20B_H_ Bug 1634208 Change-Id: Ic623563492c084162bfad10f895896d77b4192ed Signed-off-by: Scott Long Reviewed-on: http://git-master/r/729749 Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gm20b/regops_gm20b.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'drivers/gpu/nvgpu/gm20b/regops_gm20b.h') diff --git a/drivers/gpu/nvgpu/gm20b/regops_gm20b.h b/drivers/gpu/nvgpu/gm20b/regops_gm20b.h index 45014a38..f613668b 100644 --- a/drivers/gpu/nvgpu/gm20b/regops_gm20b.h +++ b/drivers/gpu/nvgpu/gm20b/regops_gm20b.h @@ -16,9 +16,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifndef __REGOPS_GK20A_H_ -#define __REGOPS_GK20A_H_ +#ifndef __REGOPS_GM20B_H_ +#define __REGOPS_GM20B_H_ void gm20b_init_regops(struct gpu_ops *gops); -#endif /* __REGOPS_GK20A_H_ */ +#endif /* __REGOPS_GM20B_H_ */ -- cgit v1.2.2