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/board-sam9-l9260.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/board-sam9-l9260.c')
-rw-r--r-- | arch/arm/mach-at91/board-sam9-l9260.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/board-sam9-l9260.c b/arch/arm/mach-at91/board-sam9-l9260.c index caea7e25169c..b75fbf6003a1 100644 --- a/arch/arm/mach-at91/board-sam9-l9260.c +++ b/arch/arm/mach-at91/board-sam9-l9260.c | |||
@@ -37,9 +37,9 @@ | |||
37 | #include <asm/mach/map.h> | 37 | #include <asm/mach/map.h> |
38 | #include <asm/mach/irq.h> | 38 | #include <asm/mach/irq.h> |
39 | 39 | ||
40 | #include <mach/at91_aic.h> | ||
41 | #include <mach/at91sam9_smc.h> | 40 | #include <mach/at91sam9_smc.h> |
42 | 41 | ||
42 | #include "at91_aic.h" | ||
43 | #include "board.h" | 43 | #include "board.h" |
44 | #include "sam9_smc.h" | 44 | #include "sam9_smc.h" |
45 | #include "generic.h" | 45 | #include "generic.h" |