diff options
author | Tim Bird <tim.bird@sonymobile.com> | 2015-08-11 01:16:16 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-08-14 02:36:02 +0300 |
commit | 81db32a3c4627605a0e950d27a403ea02447ab60 (patch) | |
tree | 0ff78415babca1a51c01275204b2d0347c2d8881 /Documentation/DocBook | |
parent | b325e832e9478b920c1b8366623fe456a3527513 (diff) | |
download | linux-81db32a3c4627605a0e950d27a403ea02447ab60.tar.xz |
doc: Add more workqueue functions to the documentation
There are some workqueue functions declared in workqueue.h, so include
that in the workqueue section of the DocBook docs.
Signed-off-by: Tim Bird <tim.bird@sonymobile.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/device-drivers.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl index faf09d4a0ea8..bbc1d7ee9c76 100644 --- a/Documentation/DocBook/device-drivers.tmpl +++ b/Documentation/DocBook/device-drivers.tmpl @@ -66,6 +66,7 @@ !Ekernel/time/hrtimer.c </sect1> <sect1><title>Workqueues and Kevents</title> +!Iinclude/linux/workqueue.h !Ekernel/workqueue.c </sect1> <sect1><title>Internal Functions</title> |