From 05dec7d3bdc80964712b415e27fb6bc28cdd7a71 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sat, 22 Sep 2007 16:07:51 +0200 Subject: [PATCH] move ppc assembler templates to include/asm-ppc --- arch/ppc/lib/misc.S | 2 +- arch/ppc/lib/ppcstring.S | 2 +- arch/ppc/lib/ticks.S | 4 ++-- arch/ppc/mach-mpc5xxx/start.S | 4 ++-- include/{ => asm-ppc}/ppc_asm.tmpl | 0 include/{ => asm-ppc}/ppc_defs.h | 0 6 files changed, 6 insertions(+), 6 deletions(-) rename include/{ => asm-ppc}/ppc_asm.tmpl (100%) rename include/{ => asm-ppc}/ppc_defs.h (100%) diff --git a/arch/ppc/lib/misc.S b/arch/ppc/lib/misc.S index 05c5059eb..24f901fb9 100644 --- a/arch/ppc/lib/misc.S +++ b/arch/ppc/lib/misc.S @@ -1,5 +1,5 @@ -#include +#include #include .globl __ashldi3 diff --git a/arch/ppc/lib/ppcstring.S b/arch/ppc/lib/ppcstring.S index d4d6ee9b2..cce85e325 100644 --- a/arch/ppc/lib/ppcstring.S +++ b/arch/ppc/lib/ppcstring.S @@ -8,7 +8,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ -#include +#include #include .globl strcpy diff --git a/arch/ppc/lib/ticks.S b/arch/ppc/lib/ticks.S index 2d9cc588d..5d6c4277a 100644 --- a/arch/ppc/lib/ticks.S +++ b/arch/ppc/lib/ticks.S @@ -23,8 +23,8 @@ * MA 02111-1307 USA */ -#include -#include +#include +#include #include #include diff --git a/arch/ppc/mach-mpc5xxx/start.S b/arch/ppc/mach-mpc5xxx/start.S index 75d653d50..eda85983e 100644 --- a/arch/ppc/mach-mpc5xxx/start.S +++ b/arch/ppc/mach-mpc5xxx/start.S @@ -27,8 +27,8 @@ */ #include -#include -#include +#include +#include #include #include diff --git a/include/ppc_asm.tmpl b/include/asm-ppc/ppc_asm.tmpl similarity index 100% rename from include/ppc_asm.tmpl rename to include/asm-ppc/ppc_asm.tmpl diff --git a/include/ppc_defs.h b/include/asm-ppc/ppc_defs.h similarity index 100% rename from include/ppc_defs.h rename to include/asm-ppc/ppc_defs.h