[PATCH 4/5] docbook/mcabook: fixup x86 path/file names

From: Randy Dunlap
Date: Sat Oct 13 2007 - 00:20:59 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Fix docbook templates for new x86 path/filenames:
docproc: linux-2.6.23-git2/include/asm-i386/mca_dma.h: No such file or directory

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
Documentation/DocBook/mcabook.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.23-git2.orig/Documentation/DocBook/mcabook.tmpl
+++ linux-2.6.23-git2/Documentation/DocBook/mcabook.tmpl
@@ -101,7 +101,7 @@

<chapter id="dmafunctions">
<title>DMA Functions Provided</title>
-!Iinclude/asm-i386/mca_dma.h
+!Iinclude/asm-x86/mca_dma.h
</chapter>

</book>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/