Message ID | 20211005025312.20913-1-rdunlap@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | DRM: delete DRM IRQ legacy midlayer docs | expand |
Hi Am 05.10.21 um 04:53 schrieb Randy Dunlap: > Remove documentation associated with the removal of the DRM IRQ legacy > midlayer. > > Eliminates these documentation warnings: > > ../drivers/gpu/drm/drm_irq.c:1: warning: 'irq helpers' not found > ../drivers/gpu/drm/drm_irq.c:1: warning: no structured comments found > > Fixes: c1736b9008cb ("drm: IRQ midlayer is now legacy") > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > Cc: Thomas Zimmermann <tzimmermann@suse.de> > Cc: Sam Ravnborg <sam@ravnborg.org> > Cc: dri-devel@lists.freedesktop.org > Cc: Jonathan Corbet <corbet@lwn.net> > Cc: linux-doc@vger.kernel.org > Cc: David Airlie <airlied@linux.ie> > Cc: Daniel Vetter <daniel@ffwll.ch> Applied to drm-misc-fixes. Thanks for the patch. Best regards Thomas > --- > Documentation/gpu/drm-internals.rst | 9 --------- > 1 file changed, 9 deletions(-) > > --- lnx-515-rc4.orig/Documentation/gpu/drm-internals.rst > +++ lnx-515-rc4/Documentation/gpu/drm-internals.rst > @@ -111,15 +111,6 @@ Component Helper Usage > .. kernel-doc:: drivers/gpu/drm/drm_drv.c > :doc: component helper usage recommendations > > -IRQ Helper Library > -~~~~~~~~~~~~~~~~~~ > - > -.. kernel-doc:: drivers/gpu/drm/drm_irq.c > - :doc: irq helpers > - > -.. kernel-doc:: drivers/gpu/drm/drm_irq.c > - :export: > - > Memory Manager Initialization > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > >
--- lnx-515-rc4.orig/Documentation/gpu/drm-internals.rst +++ lnx-515-rc4/Documentation/gpu/drm-internals.rst @@ -111,15 +111,6 @@ Component Helper Usage .. kernel-doc:: drivers/gpu/drm/drm_drv.c :doc: component helper usage recommendations -IRQ Helper Library -~~~~~~~~~~~~~~~~~~ - -.. kernel-doc:: drivers/gpu/drm/drm_irq.c - :doc: irq helpers - -.. kernel-doc:: drivers/gpu/drm/drm_irq.c - :export: - Memory Manager Initialization ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Remove documentation associated with the removal of the DRM IRQ legacy midlayer. Eliminates these documentation warnings: ../drivers/gpu/drm/drm_irq.c:1: warning: 'irq helpers' not found ../drivers/gpu/drm/drm_irq.c:1: warning: no structured comments found Fixes: c1736b9008cb ("drm: IRQ midlayer is now legacy") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Thomas Zimmermann <tzimmermann@suse.de> Cc: Sam Ravnborg <sam@ravnborg.org> Cc: dri-devel@lists.freedesktop.org Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Cc: David Airlie <airlied@linux.ie> Cc: Daniel Vetter <daniel@ffwll.ch> --- Documentation/gpu/drm-internals.rst | 9 --------- 1 file changed, 9 deletions(-)