summaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/at91sam9rl.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-10-30 08:11:24 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-11-06 20:30:48 +0800
commitf0995d089e46b3ee03acc13d2a3380d90c573381 (patch)
treee88d78d8d1b77f7cfcb397a7b576a934648cd195 /arch/arm/mach-at91/at91sam9rl.c
parentffe5cd8e3a5b0b6e13d3f51d3abab5715df75ff0 (diff)
downloadlinux-3.10-f0995d089e46b3ee03acc13d2a3380d90c573381.tar.gz
linux-3.10-f0995d089e46b3ee03acc13d2a3380d90c573381.tar.bz2
linux-3.10-f0995d089e46b3ee03acc13d2a3380d90c573381.zip
arm: at91: move reset controller header to arm/arm/mach-at91
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/at91sam9rl.c')
-rw-r--r--arch/arm/mach-at91/at91sam9rl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/at91sam9rl.c b/arch/arm/mach-at91/at91sam9rl.c
index 5cd076b569a..97dd8f15e09 100644
--- a/arch/arm/mach-at91/at91sam9rl.c
+++ b/arch/arm/mach-at91/at91sam9rl.c
@@ -20,9 +20,9 @@
#include <mach/at91_dbgu.h>
#include <mach/at91sam9rl.h>
#include <mach/at91_pmc.h>
-#include <mach/at91_rstc.h>
#include "at91_aic.h"
+#include "at91_rstc.h"
#include "soc.h"
#include "generic.h"
#include "clock.h"