diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-10-29 18:41:28 -0400 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-11-06 07:29:41 -0500 |
commit | a510b9bacd365dbf7d20a825f34116b9833dd146 (patch) | |
tree | c9d94e945e77ea7eeec93dedc6330cb3108f38a8 /arch/arm/mach-at91/at91x40.c | |
parent | 43d2f532925cdf7fe1e4c7a48fb555705421eb66 (diff) |
arm: at91 move at91_aic.h to arch/arm/mach-at91
as this is only used board old style board old mach code
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/at91x40.c')
-rw-r--r-- | arch/arm/mach-at91/at91x40.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/at91x40.c b/arch/arm/mach-at91/at91x40.c index bb7f54474b92..19ca79396905 100644 --- a/arch/arm/mach-at91/at91x40.c +++ b/arch/arm/mach-at91/at91x40.c | |||
@@ -18,9 +18,10 @@ | |||
18 | #include <asm/system_misc.h> | 18 | #include <asm/system_misc.h> |
19 | #include <asm/mach/arch.h> | 19 | #include <asm/mach/arch.h> |
20 | #include <mach/at91x40.h> | 20 | #include <mach/at91x40.h> |
21 | #include <mach/at91_aic.h> | ||
22 | #include <mach/at91_st.h> | 21 | #include <mach/at91_st.h> |
23 | #include <mach/timex.h> | 22 | #include <mach/timex.h> |
23 | |||
24 | #include "at91_aic.h" | ||
24 | #include "generic.h" | 25 | #include "generic.h" |
25 | 26 | ||
26 | /* | 27 | /* |