diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-03-01 22:06:25 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-03-01 23:14:33 -0800 |
commit | 372e22ef0a87d5fc10d387791f9f19721115820c (patch) | |
tree | f26503b011ef487de28e745dae1a69cf71d5ec6e | |
parent | 13dda80e48439b446d0bc9bab34b91484bc8f533 (diff) | |
download | linux-372e22ef0a87d5fc10d387791f9f19721115820c.tar.gz linux-372e22ef0a87d5fc10d387791f9f19721115820c.tar.bz2 linux-372e22ef0a87d5fc10d387791f9f19721115820c.zip |
x86, docbook: Fix errors from x86 headers merger
Fix docbook errors for x86 headers that were recently merged:
docproc: arch/x86/include/asm/atomic_32.h: No such file or directory
docproc: arch/x86/include/asm/io_32.h: No such file or directory
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
LKML-Reference: <20100301220625.bad46c19.randy.dunlap@oracle.com>
Cc: Brian Gerst <brgerst@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r-- | Documentation/DocBook/device-drivers.tmpl | 2 | ||||
-rw-r--r-- | Documentation/DocBook/deviceiobook.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl index f9a6e2c75f12..1b2dd4fc3db2 100644 --- a/Documentation/DocBook/device-drivers.tmpl +++ b/Documentation/DocBook/device-drivers.tmpl @@ -45,7 +45,7 @@ </sect1> <sect1><title>Atomic and pointer manipulation</title> -!Iarch/x86/include/asm/atomic_32.h +!Iarch/x86/include/asm/atomic.h !Iarch/x86/include/asm/unaligned.h </sect1> diff --git a/Documentation/DocBook/deviceiobook.tmpl b/Documentation/DocBook/deviceiobook.tmpl index 3ed88126ab8f..c1ed6a49e598 100644 --- a/Documentation/DocBook/deviceiobook.tmpl +++ b/Documentation/DocBook/deviceiobook.tmpl @@ -316,7 +316,7 @@ CPU B: spin_unlock_irqrestore(&dev_lock, flags) <chapter id="pubfunctions"> <title>Public Functions Provided</title> -!Iarch/x86/include/asm/io_32.h +!Iarch/x86/include/asm/io.h !Elib/iomap.c </chapter> |