summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/regops_gm20b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/regops_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/regops_gm20b.h6
1 files changed, 3 insertions, 3 deletions
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 @@
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 */ 18 */
19#ifndef __REGOPS_GK20A_H_ 19#ifndef __REGOPS_GM20B_H_
20#define __REGOPS_GK20A_H_ 20#define __REGOPS_GM20B_H_
21 21
22void gm20b_init_regops(struct gpu_ops *gops); 22void gm20b_init_regops(struct gpu_ops *gops);
23 23
24#endif /* __REGOPS_GK20A_H_ */ 24#endif /* __REGOPS_GM20B_H_ */