mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
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:
@@ -16,9 +16,9 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#ifndef __REGOPS_GK20A_H_
|
#ifndef __REGOPS_GM20B_H_
|
||||||
#define __REGOPS_GK20A_H_
|
#define __REGOPS_GM20B_H_
|
||||||
|
|
||||||
void gm20b_init_regops(struct gpu_ops *gops);
|
void gm20b_init_regops(struct gpu_ops *gops);
|
||||||
|
|
||||||
#endif /* __REGOPS_GK20A_H_ */
|
#endif /* __REGOPS_GM20B_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user