Messages in this thread Patch in this message |  | | | Date | Sun, 27 Apr 2008 22:46:25 -0700 | | From | Randy Dunlap <> | | Subject | [PATCH -next] docbook: x86 bitops file renamed |
From: Randy Dunlap <randy.dunlap@oracle.com>
Files merged/renamed, so fix docbook:
docproc: next-20080428/include/asm-x86/bitops_32.h: No such file or directory
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
Documentation/DocBook/kernel-api.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- next-20080428.orig/Documentation/DocBook/kernel-api.tmpl
+++ next-20080428/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>
|  |