kernel/drivers/gpu/drm/nouveau/include/nvif/disp.h
.. .. @@ -7,6 +7,7 @@ 7 7 struct nvif_object object; 8 8 }; 9 9 10 -int nvif_disp_ctor(struct nvif_device *, s32 oclass, struct nvif_disp *);10 +int nvif_disp_ctor(struct nvif_device *, const char *name, s32 oclass,11 + struct nvif_disp *);11 12 void nvif_disp_dtor(struct nvif_disp *); 12 13 #endif