From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xenotime.net (xenotime.net [66.160.160.81]) by ozlabs.org (Postfix) with SMTP id 1B5B0DDFFD for ; Thu, 1 May 2008 04:58:19 +1000 (EST) Received: from midway.site ([72.90.125.186]) by xenotime.net for ; Wed, 30 Apr 2008 11:48:09 -0700 Date: Wed, 30 Apr 2008 11:48:08 -0700 From: Randy Dunlap To: Andrew Morton Subject: Re: [PATCH] docbook: fix fatal rapidio yet again (and more to come) Message-Id: <20080430114808.64e2f40b.rdunlap@xenotime.net> In-Reply-To: <20080430113500.dfe21880.akpm@linux-foundation.org> References: <20080430113500.dfe21880.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Benjamin, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, Paul Mackerras , torvalds@linux-foundation.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 30 Apr 2008 11:35:00 -0700 Andrew Morton wrote: > On Tue, 29 Apr 2008 20:10:55 -0700 (PDT) > "Randy.Dunlap" wrote: > > > From: Randy Dunlap > > > > Don't refer to file that no longer exists: > > docproc: linux-2.6.25-git14/arch/powerpc/kernel/rio.c: No such file or directory > > > > Signed-off-by: Randy Dunlap > > --- > > Documentation/DocBook/rapidio.tmpl | 1 - > > 1 file changed, 1 deletion(-) > > > > --- linux-2.6.25-git14.orig/Documentation/DocBook/rapidio.tmpl > > +++ linux-2.6.25-git14/Documentation/DocBook/rapidio.tmpl > > @@ -133,7 +133,6 @@ > > !Idrivers/rapidio/rio-sysfs.c > > > > PPC32 support > > -!Iarch/powerpc/kernel/rio.c > > !Earch/powerpc/sysdev/fsl_rio.c > > !Iarch/powerpc/sysdev/fsl_rio.c > > > > grumble. > > This is a subset of rapidio-fix-docbook-references.patch, but I appear to > be unable to interest anyone in merging/reviewing/accepting/anything-else > that quite large set of patches. > > Guys, those patches were sent six weeks ago and it now looks like they will > miss 2.6.26. This is pretty slack of us. Help? There's nothing there that can hurt. (famous last words) Just merge it. --- ~Randy