kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/ltc.h
.. .. @@ -1,4 +1,4 @@ 1 -/* SPDX-License-Identifier: GPL-2.0 */1 +/* SPDX-License-Identifier: MIT */2 2 #ifndef __NVKM_LTC_H__ 3 3 #define __NVKM_LTC_H__ 4 4 #include <core/subdev.h> .. .. @@ -40,4 +40,5 @@ 40 40 int gm200_ltc_new(struct nvkm_device *, int, struct nvkm_ltc **); 41 41 int gp100_ltc_new(struct nvkm_device *, int, struct nvkm_ltc **); 42 42 int gp102_ltc_new(struct nvkm_device *, int, struct nvkm_ltc **); 43 +int gp10b_ltc_new(struct nvkm_device *, int, struct nvkm_ltc **);43 44 #endif