Re: [PATCHv2 7/8] [POWERPC] Rename commproc to cpm1 and cpm2_common.c to cpm2.c

2008-01-23 Thread Stephen Rothwell
Hi Jochen, On Wed, 23 Jan 2008 17:01:57 +0100 Jochen Friedrich <[EMAIL PROTECTED]> wrote: > > +++ b/arch/powerpc/platforms/8xx/ep88xc.c > @@ -15,7 +15,7 @@ > #include > #include > #include > -#include > +#include > #include Something has whitespace damaged this patch. -- Cheers,

[PATCHv2 7/8] [POWERPC] Rename commproc to cpm1 and cpm2_common.c to cpm2.c

2008-01-23 Thread Jochen Friedrich
Rename commproc.[ch] to cpm1.[ch] to be more consistent with cpm2. Also rename cpm2_common.c to cpm2.c as suggested by Scott Wood. Adjust the includes accordingly. Signed-off-by: Jochen Friedrich <[EMAIL PROTECTED]> --- arch/powerpc/platforms/8xx/ep88xc.c |2 +-

[PATCHv2 7/8] [POWERPC] Rename commproc to cpm1 and cpm2_common.c to cpm2.c

2008-01-23 Thread Jochen Friedrich
Rename commproc.[ch] to cpm1.[ch] to be more consistent with cpm2. Also rename cpm2_common.c to cpm2.c as suggested by Scott Wood. Adjust the includes accordingly. Signed-off-by: Jochen Friedrich [EMAIL PROTECTED] --- arch/powerpc/platforms/8xx/ep88xc.c |2 +-

Re: [PATCHv2 7/8] [POWERPC] Rename commproc to cpm1 and cpm2_common.c to cpm2.c

2008-01-23 Thread Stephen Rothwell
Hi Jochen, On Wed, 23 Jan 2008 17:01:57 +0100 Jochen Friedrich [EMAIL PROTECTED] wrote: +++ b/arch/powerpc/platforms/8xx/ep88xc.c @@ -15,7 +15,7 @@ #include asm/machdep.h #include asm/io.h #include asm/udbg.h -#include asm/commproc.h +#include asm/cpm1.h #include asm/mpc8xx.h