From: Rob Landley Date: Wed, 17 Oct 2007 06:31:30 +0000 (-0700) Subject: Add recommended section IDs to deviceiobook.tmpl X-Git-Tag: v3.12-rc1~25515 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=541ceb359e3fb2714bf7a9fa3c134ce3e29f427a;p=kernel%2Fkernel-generic.git 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 Cc: "Randy.Dunlap" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/DocBook/deviceiobook.tmpl b/Documentation/DocBook/deviceiobook.tmpl index 361c884..9ee6f3c 100644 --- a/Documentation/DocBook/deviceiobook.tmpl +++ b/Documentation/DocBook/deviceiobook.tmpl @@ -85,7 +85,7 @@ Memory Mapped IO - + Getting Access to the Device The most widely supported form of IO is memory mapped IO. @@ -114,7 +114,7 @@ - + Accessing the device The part of the interface most used by drivers is reading and @@ -272,9 +272,9 @@ CPU B: spin_unlock_irqrestore(&dev_lock, flags) - + Port Space Accesses - + Port Space Explained @@ -291,7 +291,7 @@ CPU B: spin_unlock_irqrestore(&dev_lock, flags) - + Accessing Port Space Accesses to this space are provided through a set of functions