kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/devinit.h
.. .. @@ -1,4 +1,4 @@ 1 -/* SPDX-License-Identifier: GPL-2.0 */1 +/* SPDX-License-Identifier: MIT */2 2 #ifndef __NVKM_DEVINIT_H__ 3 3 #define __NVKM_DEVINIT_H__ 4 4 #include <core/subdev.h> .. .. @@ -31,4 +31,5 @@ 31 31 int gm107_devinit_new(struct nvkm_device *, int, struct nvkm_devinit **); 32 32 int gm200_devinit_new(struct nvkm_device *, int, struct nvkm_devinit **); 33 33 int gv100_devinit_new(struct nvkm_device *, int, struct nvkm_devinit **); 34 +int tu102_devinit_new(struct nvkm_device *, int, struct nvkm_devinit **);34 35 #endif