From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Sun, 16 Oct 2011 14:33:19 +1100 Subject: [U-Boot] [PATCH] x86: Rename include/asm/ic to include/asm/arch-sc520 In-Reply-To: <1318735779-8258-1-git-send-email-graeme.russ@gmail.com> References: <1318735779-8258-1-git-send-email-graeme.russ@gmail.com> Message-ID: <4E9A507F.9060409@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, On 16/10/11 14:29, Graeme Russ wrote: > Also include some trivial related cleanups > > Signed-off-by: Graeme Russ > --- > arch/x86/cpu/sc520/sc520.c | 2 +- > arch/x86/cpu/sc520/sc520_car.S | 2 +- > arch/x86/cpu/sc520/sc520_pci.c | 4 ++-- > arch/x86/cpu/sc520/sc520_reset.c | 2 +- > arch/x86/cpu/sc520/sc520_sdram.c | 2 +- > arch/x86/cpu/sc520/sc520_ssi.c | 4 ++-- > arch/x86/cpu/sc520/sc520_timer.c | 2 +- > arch/x86/include/asm/{ic => arch-sc520}/pci.h | 0 > arch/x86/include/asm/{ic => arch-sc520}/sc520.h | 0 > arch/x86/include/asm/{ic => arch-sc520}/ssi.h | 0 > arch/x86/lib/zimage.c | 1 - > board/eNET/eNET.c | 2 +- > board/eNET/eNET_pci.c | 2 +- > board/eNET/eNET_start16.S | 4 +--- > 14 files changed, 12 insertions(+), 15 deletions(-) > rename arch/x86/include/asm/{ic => arch-sc520}/pci.h (100%) > rename arch/x86/include/asm/{ic => arch-sc520}/sc520.h (100%) > rename arch/x86/include/asm/{ic => arch-sc520}/ssi.h (100%) I missed the merge window by a day, but since this is a tidy-up that touches only x86, do you mind if I apply it to the x86 repo anyway before I send through a pull request? It is checkpatch clean in case your wondering Regards, Graeme