Commit a1a739c5 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

docbooks: fix fatal filename errors

Fix docbook fatal errors (file location changed):

docproc: lin2628-rc1/include/asm-x86/io_32.h: No such file or directory
make[1]: *** [Documentation/DocBook/deviceiobook.xml] Error 1

docproc: lin2628-rc1/include/asm-x86/atomic_32.h: No such file or directory
make[1]: *** [Documentation/DocBook/kernel-api.xml] Error 1

docproc: lin2628-rc1/include/asm-x86/mca_dma.h: No such file or directory
make[1]: *** [Documentation/DocBook/mcabook.xml] Error 1
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 890c78c2
...@@ -316,7 +316,7 @@ CPU B: spin_unlock_irqrestore(&amp;dev_lock, flags) ...@@ -316,7 +316,7 @@ CPU B: spin_unlock_irqrestore(&amp;dev_lock, flags)
<chapter id="pubfunctions"> <chapter id="pubfunctions">
<title>Public Functions Provided</title> <title>Public Functions Provided</title>
!Iinclude/asm-x86/io_32.h !Iarch/x86/include/asm/io_32.h
!Elib/iomap.c !Elib/iomap.c
</chapter> </chapter>
......
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
</sect1> </sect1>
<sect1><title>Atomic and pointer manipulation</title> <sect1><title>Atomic and pointer manipulation</title>
!Iinclude/asm-x86/atomic_32.h !Iarch/x86/include/asm/atomic_32.h
!Iinclude/asm-x86/unaligned.h !Iarch/x86/include/asm/unaligned.h
</sect1> </sect1>
<sect1><title>Delaying, scheduling, and timer routines</title> <sect1><title>Delaying, scheduling, and timer routines</title>
...@@ -119,7 +119,7 @@ X!Ilib/string.c ...@@ -119,7 +119,7 @@ X!Ilib/string.c
!Elib/string.c !Elib/string.c
</sect1> </sect1>
<sect1><title>Bit Operations</title> <sect1><title>Bit Operations</title>
!Iinclude/asm-x86/bitops.h !Iarch/x86/include/asm/bitops.h
</sect1> </sect1>
</chapter> </chapter>
...@@ -155,7 +155,7 @@ X!Ilib/string.c ...@@ -155,7 +155,7 @@ X!Ilib/string.c
!Emm/slab.c !Emm/slab.c
</sect1> </sect1>
<sect1><title>User Space Memory Access</title> <sect1><title>User Space Memory Access</title>
!Iinclude/asm-x86/uaccess_32.h !Iarch/x86/include/asm/uaccess_32.h
!Earch/x86/lib/usercopy_32.c !Earch/x86/lib/usercopy_32.c
</sect1> </sect1>
<sect1><title>More Memory Management Functions</title> <sect1><title>More Memory Management Functions</title>
...@@ -265,7 +265,7 @@ X!Earch/x86/kernel/mca_32.c ...@@ -265,7 +265,7 @@ X!Earch/x86/kernel/mca_32.c
--> -->
</sect2> </sect2>
<sect2><title>MCA Bus DMA</title> <sect2><title>MCA Bus DMA</title>
!Iinclude/asm-x86/mca_dma.h !Iarch/x86/include/asm/mca_dma.h
</sect2> </sect2>
</sect1> </sect1>
</chapter> </chapter>
......
...@@ -1239,7 +1239,7 @@ static struct block_device_operations opt_fops = { ...@@ -1239,7 +1239,7 @@ static struct block_device_operations opt_fops = {
</para> </para>
<para> <para>
<filename>include/asm-x86/delay_32.h:</filename> <filename>arch/x86/include/asm/delay.h:</filename>
</para> </para>
<programlisting> <programlisting>
#define ndelay(n) (__builtin_constant_p(n) ? \ #define ndelay(n) (__builtin_constant_p(n) ? \
...@@ -1265,7 +1265,7 @@ static struct block_device_operations opt_fops = { ...@@ -1265,7 +1265,7 @@ static struct block_device_operations opt_fops = {
</programlisting> </programlisting>
<para> <para>
<filename>include/asm-x86/uaccess_32.h:</filename> <filename>arch/x86/include/asm/uaccess_32.h:</filename>
</para> </para>
<programlisting> <programlisting>
......
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
<chapter id="dmafunctions"> <chapter id="dmafunctions">
<title>DMA Functions Provided</title> <title>DMA Functions Provided</title>
!Iinclude/asm-x86/mca_dma.h !Iarch/x86/include/asm/mca_dma.h
</chapter> </chapter>
</book> </book>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment