diff options
author | Rob Landley <rob@landley.net> | 2007-10-17 02:31:30 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:43:07 -0400 |
commit | 541ceb359e3fb2714bf7a9fa3c134ce3e29f427a (patch) | |
tree | 64f2b944f6177ea770801b78794193c342ac6898 /Documentation/DocBook | |
parent | 8d63494f780a77f3edfe9b470d65b7f265ae8d5a (diff) |
Add recommended section IDs to deviceiobook.tmpl
Add recommended section ID tags to deviceiobook.tmpl
Because otherwise the link #anchors in the html vary from build to build.
Signed-off-by: Rob Landley <rob@landley.net>
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/deviceiobook.tmpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/DocBook/deviceiobook.tmpl b/Documentation/DocBook/deviceiobook.tmpl index 361c884d860d..9ee6f3cbb414 100644 --- a/Documentation/DocBook/deviceiobook.tmpl +++ b/Documentation/DocBook/deviceiobook.tmpl | |||
@@ -85,7 +85,7 @@ | |||
85 | 85 | ||
86 | <chapter id="mmio"> | 86 | <chapter id="mmio"> |
87 | <title>Memory Mapped IO</title> | 87 | <title>Memory Mapped IO</title> |
88 | <sect1> | 88 | <sect1 id="getting_access_to_the_device"> |
89 | <title>Getting Access to the Device</title> | 89 | <title>Getting Access to the Device</title> |
90 | <para> | 90 | <para> |
91 | The most widely supported form of IO is memory mapped IO. | 91 | The most widely supported form of IO is memory mapped IO. |
@@ -114,7 +114,7 @@ | |||
114 | </para> | 114 | </para> |
115 | </sect1> | 115 | </sect1> |
116 | 116 | ||
117 | <sect1> | 117 | <sect1 id="accessing_the_device"> |
118 | <title>Accessing the device</title> | 118 | <title>Accessing the device</title> |
119 | <para> | 119 | <para> |
120 | The part of the interface most used by drivers is reading and | 120 | The part of the interface most used by drivers is reading and |
@@ -272,9 +272,9 @@ CPU B: spin_unlock_irqrestore(&dev_lock, flags) | |||
272 | 272 | ||
273 | </chapter> | 273 | </chapter> |
274 | 274 | ||
275 | <chapter> | 275 | <chapter id="port_space_accesses"> |
276 | <title>Port Space Accesses</title> | 276 | <title>Port Space Accesses</title> |
277 | <sect1> | 277 | <sect1 id="port_space_explained"> |
278 | <title>Port Space Explained</title> | 278 | <title>Port Space Explained</title> |
279 | 279 | ||
280 | <para> | 280 | <para> |
@@ -291,7 +291,7 @@ CPU B: spin_unlock_irqrestore(&dev_lock, flags) | |||
291 | </para> | 291 | </para> |
292 | 292 | ||
293 | </sect1> | 293 | </sect1> |
294 | <sect1> | 294 | <sect1 id="accessing_port_space"> |
295 | <title>Accessing Port Space</title> | 295 | <title>Accessing Port Space</title> |
296 | <para> | 296 | <para> |
297 | Accesses to this space are provided through a set of functions | 297 | Accesses to this space are provided through a set of functions |