Re: [PATCH] Move reg_booke.h to include/asm-powerpc
From: Becky Bruce <hidden>
Date: 2007-05-10 13:40:33
On May 9, 2007, at 6:11 PM, Stephen Rothwell wrote:
On Wed, 9 May 2007 14:31:19 -0500 Becky Bruce [off-list ref] wrote:quoted
This patch moves reg_booke.h from include/asm-ppc to include/asm- powerpc. This is just a git-mv of the file; no changes were made. Tested builds of 8540 ADS and Ebony platforms with ARCH=ppc and ARCH=powerpc. Signed-off-by: Becky Bruce <redacted> --- include/{asm-ppc => asm-powerpc}/reg_booke.h | 0 1 files changed, 0 insertions(+), 0 deletions(-) rename include/{asm-ppc => asm-powerpc}/reg_booke.h (100%)diff --git a/include/asm-ppc/reg_booke.h b/include/asm-powerpc/reg_booke.h similarity index 100% rename from include/asm-ppc/reg_booke.h rename to include/asm-powerpc/reg_booke.hCould you please change the self inclusion protection defines?
Certainement. I meant to send a second patch to do that, so the first one was *just* a move (who can resist the urge to put out a 0- line patch :). Will follow up. Thanks! -B