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>
This commit is contained in:
Scott Long
2015-04-09 11:05:36 -07:00
committed by Ishan Mittal
parent 087ce7301b
commit 6be61e4ae1

View File

@@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#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_ */