kernel/drivers/gpu/drm/nouveau/dispnv50/wndw.c
.. .. @@ -690,18 +690,6 @@ 690 690 return NVIF_NOTIFY_KEEP; 691 691 } 692 692 693 -void694 -nv50_wndw_fini(struct nv50_wndw *wndw)695 -{696 - nvif_notify_put(&wndw->notify);697 -}698 -699 -void700 -nv50_wndw_init(struct nv50_wndw *wndw)701 -{702 - nvif_notify_get(&wndw->notify);703 -}704 -705 693 static const u64 nv50_cursor_format_modifiers[] = { 706 694 DRM_FORMAT_MOD_LINEAR, 707 695 DRM_FORMAT_MOD_INVALID,