[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0801312207010.14603@shark.he.net>
Date: Thu, 31 Jan 2008 22:09:08 -0800 (PST)
From: "Randy.Dunlap" <rdunlap@...otime.net>
To: linux-kernel@...r.kernel.org
cc: akpm@...ux-foundation.org, torvalds@...ux-foundation.org,
mporter@...nel.crashing.org
Subject: [PATCH] docbook: rapidio: fix fatal filename error
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix docbook fatal error (files were renamed):
docproc: linux-2.6.24-git9/arch/ppc/kernel/rio.c: No such file or directory
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
Documentation/DocBook/rapidio.tmpl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- linux-2.6.24-git9.orig/Documentation/DocBook/rapidio.tmpl
+++ linux-2.6.24-git9/Documentation/DocBook/rapidio.tmpl
@@ -133,9 +133,9 @@
!Idrivers/rapidio/rio-sysfs.c
</sect1>
<sect1><title>PPC32 support</title>
-!Iarch/ppc/kernel/rio.c
-!Earch/ppc/syslib/ppc85xx_rio.c
-!Iarch/ppc/syslib/ppc85xx_rio.c
+!Iarch/powerpc/kernel/rio.c
+!Earch/powerpc/sysdev/fsl_rio.c
+!Iarch/powerpc/sysdev/fsl_rio.c
</sect1>
</chapter>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists