Commit c9e3d519 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

docs: basics.rst: move kernel-doc workqueue markups to workqueue.rst



As there's already a rst file with workqueue markups, containing
part of them, move the other definitions, in order to avoid
warnings with Sphinx.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 1842c96b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -396,3 +396,5 @@ Kernel Inline Documentations Reference
======================================

.. kernel-doc:: include/linux/workqueue.h

.. kernel-doc:: kernel/workqueue.c
+0 −9
Original line number Diff line number Diff line
@@ -55,15 +55,6 @@ High-resolution timers
.. kernel-doc:: kernel/time/hrtimer.c
   :export:

Workqueues and Kevents
----------------------

.. kernel-doc:: include/linux/workqueue.h
   :internal:

.. kernel-doc:: kernel/workqueue.c
   :export:

Internal Functions
------------------