diff options
Diffstat (limited to 'Documentation/DocBook/kernel-api.tmpl')
-rw-r--r-- | Documentation/DocBook/kernel-api.tmpl | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index 44b3def961a2..7160652a8736 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl | |||
@@ -57,7 +57,6 @@ | |||
57 | </para> | 57 | </para> |
58 | 58 | ||
59 | <sect1><title>String Conversions</title> | 59 | <sect1><title>String Conversions</title> |
60 | !Ilib/vsprintf.c | ||
61 | !Elib/vsprintf.c | 60 | !Elib/vsprintf.c |
62 | </sect1> | 61 | </sect1> |
63 | <sect1><title>String Manipulation</title> | 62 | <sect1><title>String Manipulation</title> |
@@ -94,6 +93,12 @@ X!Ilib/string.c | |||
94 | !Elib/crc32.c | 93 | !Elib/crc32.c |
95 | !Elib/crc-ccitt.c | 94 | !Elib/crc-ccitt.c |
96 | </sect1> | 95 | </sect1> |
96 | |||
97 | <sect1 id="idr"><title>idr/ida Functions</title> | ||
98 | !Pinclude/linux/idr.h idr sync | ||
99 | !Plib/idr.c IDA description | ||
100 | !Elib/idr.c | ||
101 | </sect1> | ||
97 | </chapter> | 102 | </chapter> |
98 | 103 | ||
99 | <chapter id="mm"> | 104 | <chapter id="mm"> |
@@ -132,7 +137,6 @@ X!Ilib/string.c | |||
132 | <title>FIFO Buffer</title> | 137 | <title>FIFO Buffer</title> |
133 | <sect1><title>kfifo interface</title> | 138 | <sect1><title>kfifo interface</title> |
134 | !Iinclude/linux/kfifo.h | 139 | !Iinclude/linux/kfifo.h |
135 | !Ekernel/kfifo.c | ||
136 | </sect1> | 140 | </sect1> |
137 | </chapter> | 141 | </chapter> |
138 | 142 | ||
@@ -259,7 +263,8 @@ X!Earch/x86/kernel/mca_32.c | |||
259 | !Iblock/blk-sysfs.c | 263 | !Iblock/blk-sysfs.c |
260 | !Eblock/blk-settings.c | 264 | !Eblock/blk-settings.c |
261 | !Eblock/blk-exec.c | 265 | !Eblock/blk-exec.c |
262 | !Eblock/blk-barrier.c | 266 | !Eblock/blk-flush.c |
267 | !Eblock/blk-lib.c | ||
263 | !Eblock/blk-tag.c | 268 | !Eblock/blk-tag.c |
264 | !Iblock/blk-tag.c | 269 | !Iblock/blk-tag.c |
265 | !Eblock/blk-integrity.c | 270 | !Eblock/blk-integrity.c |