aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Bird <tim.bird@sonymobile.com>2015-08-10 18:16:16 -0400
committerJonathan Corbet <corbet@lwn.net>2015-08-13 19:36:02 -0400
commit81db32a3c4627605a0e950d27a403ea02447ab60 (patch)
tree0ff78415babca1a51c01275204b2d0347c2d8881
parentb325e832e9478b920c1b8366623fe456a3527513 (diff)
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>
-rw-r--r--Documentation/DocBook/device-drivers.tmpl1
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 @@
66!Ekernel/time/hrtimer.c 66!Ekernel/time/hrtimer.c
67 </sect1> 67 </sect1>
68 <sect1><title>Workqueues and Kevents</title> 68 <sect1><title>Workqueues and Kevents</title>
69!Iinclude/linux/workqueue.h
69!Ekernel/workqueue.c 70!Ekernel/workqueue.c
70 </sect1> 71 </sect1>
71 <sect1><title>Internal Functions</title> 72 <sect1><title>Internal Functions</title>