[PATCH] docbook: fix bitops fatal filename error

From: Randy.Dunlap
Date: Mon Apr 28 2008 - 13:21:53 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

bitops source file was renamed, so fix docbook for that.
docproc: linux-2.6.25-git11/include/asm-x86/bitops_32.h: No such file or directory

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

--- linux-2.6.25-git11.orig/Documentation/DocBook/kernel-api.tmpl
+++ linux-2.6.25-git11/Documentation/DocBook/kernel-api.tmpl
@@ -119,7 +119,7 @@ X!Ilib/string.c
!Elib/string.c
</sect1>
<sect1><title>Bit Operations</title>
-!Iinclude/asm-x86/bitops_32.h
+!Iinclude/asm-x86/bitops.h
</sect1>
</chapter>

--
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/