summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Long <scottl@nvidia.com>2015-04-09 14:05:36 -0400
committerIshan Mittal <imittal@nvidia.com>2015-05-18 01:49:31 -0400
commit6be61e4ae10ea51b0deb106d77e76d938b5c56a0 (patch)
treea356f4885ee5cacd59c97d2cc81b162e2b3b85b2
parent087ce7301b95cd92a1b0d97ee495c0b3518f48ef (diff)
gpu: nvgpu: gm20b: correct hdr #define
__REGOPS_GK20A_H_ -> __REGOPS_GM20B_H_ Bug 1634208 Change-Id: Ic623563492c084162bfad10f895896d77b4192ed Signed-off-by: Scott Long <scottl@nvidia.com> Reviewed-on: http://git-master/r/729749 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
-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_ */