diff --git a/drivers/gpu/nvgpu/gm20b/regops_gm20b.h b/drivers/gpu/nvgpu/gm20b/regops_gm20b.h index 45014a38d..f613668b7 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_ */