Skip to content

Commit

Permalink
arn: at91: move at91_tc.h to arch/arm/mach-at91
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Jean-Christophe PLAGNIOL-VILLARD committed Nov 6, 2012
1 parent a510b9b commit d6ca436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion arch/arm/mach-at91/at91x40_time.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
#include <linux/io.h>
#include <mach/hardware.h>
#include <asm/mach/time.h>
#include <mach/at91_tc.h>

#include "at91_tc.h"

#define at91_tc_read(field) \
__raw_readl(AT91_IO_P2V(AT91_TC) + field)
Expand Down

0 comments on commit d6ca436

Please sign in to comment.