aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/board-sam9rlek.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-10-29 18:41:28 -0400
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-11-06 07:29:41 -0500
commita510b9bacd365dbf7d20a825f34116b9833dd146 (patch)
treec9d94e945e77ea7eeec93dedc6330cb3108f38a8 /arch/arm/mach-at91/board-sam9rlek.c
parent43d2f532925cdf7fe1e4c7a48fb555705421eb66 (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-sam9rlek.c')
-rw-r--r--arch/arm/mach-at91/board-sam9rlek.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/board-sam9rlek.c b/arch/arm/mach-at91/board-sam9rlek.c
index 5693caf082c2..6bd8853db30d 100644
--- a/arch/arm/mach-at91/board-sam9rlek.c
+++ b/arch/arm/mach-at91/board-sam9rlek.c
@@ -30,10 +30,11 @@
30#include <asm/mach/irq.h> 30#include <asm/mach/irq.h>
31 31
32#include <mach/hardware.h> 32#include <mach/hardware.h>
33#include <mach/at91_aic.h>
34#include <mach/at91sam9_smc.h> 33#include <mach/at91sam9_smc.h>
35#include <mach/at91_shdwc.h> 34#include <mach/at91_shdwc.h>
36 35
36
37#include "at91_aic.h"
37#include "board.h" 38#include "board.h"
38#include "sam9_smc.h" 39#include "sam9_smc.h"
39#include "generic.h" 40#include "generic.h"