From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Mon, 12 Nov 2012 11:57:46 +0100 Subject: [PATCH 05/10] arn: at91: move at91_tc.h to arch/arm/mach-at91 In-Reply-To: <1352287374-25176-5-git-send-email-plagnioj@jcrosoft.com> References: <20121107111235.GH20063@game.jcrosoft.org> <1352287374-25176-1-git-send-email-plagnioj@jcrosoft.com> <1352287374-25176-5-git-send-email-plagnioj@jcrosoft.com> Message-ID: <50A0D62A.8080708@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, Beware: subject has typo: s/arn/ARM/ Also, care about capital letters for "ARM" => to all patches of the series. Bye, On 11/07/2012 12:22 PM, Jean-Christophe PLAGNIOL-VILLARD : > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > Cc: Nicolas Ferre > --- > arch/arm/mach-at91/{include/mach => }/at91_tc.h | 0 > arch/arm/mach-at91/at91x40_time.c | 3 ++- > 2 files changed, 2 insertions(+), 1 deletion(-) > rename arch/arm/mach-at91/{include/mach => }/at91_tc.h (100%) > > diff --git a/arch/arm/mach-at91/include/mach/at91_tc.h b/arch/arm/mach-at91/at91_tc.h > similarity index 100% > rename from arch/arm/mach-at91/include/mach/at91_tc.h > rename to arch/arm/mach-at91/at91_tc.h > diff --git a/arch/arm/mach-at91/at91x40_time.c b/arch/arm/mach-at91/at91x40_time.c > index ee06d7b..0e57e44 100644 > --- a/arch/arm/mach-at91/at91x40_time.c > +++ b/arch/arm/mach-at91/at91x40_time.c > @@ -26,7 +26,8 @@ > #include > #include > #include > -#include > + > +#include "at91_tc.h" > > #define at91_tc_read(field) \ > __raw_readl(AT91_IO_P2V(AT91_TC) + field) > -- Nicolas Ferre