summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/board-sam9m10g45ek.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD2012-10-29 23:41:28 +0100
committerJean-Christophe PLAGNIOL-VILLARD2012-11-06 13:29:41 +0100
commita510b9bacd365dbf7d20a825f34116b9833dd146 (patch)
treec9d94e945e77ea7eeec93dedc6330cb3108f38a8 /arch/arm/mach-at91/board-sam9m10g45ek.c
parentarm: at91 move board.h to arch/arm/mach-at91 (diff)
downloadkernel-qcow2-linux-a510b9bacd365dbf7d20a825f34116b9833dd146.tar.gz
kernel-qcow2-linux-a510b9bacd365dbf7d20a825f34116b9833dd146.tar.xz
kernel-qcow2-linux-a510b9bacd365dbf7d20a825f34116b9833dd146.zip
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-sam9m10g45ek.c')
-rw-r--r--arch/arm/mach-at91/board-sam9m10g45ek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/board-sam9m10g45ek.c b/arch/arm/mach-at91/board-sam9m10g45ek.c
index 364a4bf28d65..6b2a983159c4 100644
--- a/arch/arm/mach-at91/board-sam9m10g45ek.c
+++ b/arch/arm/mach-at91/board-sam9m10g45ek.c
@@ -42,11 +42,11 @@
#include <asm/mach/map.h>
#include <asm/mach/irq.h>
-#include <mach/at91_aic.h>
#include <mach/at91sam9_smc.h>
#include <mach/at91_shdwc.h>
#include <mach/system_rev.h>
+#include "at91_aic.h"
#include "board.h"
#include "sam9_smc.h"
#include "generic.h"