From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 29 Oct 2012 22:45:13 +0000 (+0800) Subject: arn: at91: move at91_tc.h to arch/arm/mach-at91 X-Git-Tag: next-20121113~24^2~2^2^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d6ca436e01bb25080a29bcf1382f5544ca343b4d;p=karo-tx-linux.git arn: at91: move at91_tc.h to arch/arm/mach-at91 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Nicolas Ferre --- 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 ee06d7bcdf76..0e57e440c061 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)