summaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/board-dt.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-10-30 06:41:28 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-11-06 20:29:41 +0800
commita510b9bacd365dbf7d20a825f34116b9833dd146 (patch)
treec9d94e945e77ea7eeec93dedc6330cb3108f38a8 /arch/arm/mach-at91/board-dt.c
parent43d2f532925cdf7fe1e4c7a48fb555705421eb66 (diff)
downloadlinux-3.10-a510b9bacd365dbf7d20a825f34116b9833dd146.tar.gz
linux-3.10-a510b9bacd365dbf7d20a825f34116b9833dd146.tar.bz2
linux-3.10-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-dt.c')
-rw-r--r--arch/arm/mach-at91/board-dt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-at91/board-dt.c b/arch/arm/mach-at91/board-dt.c
index 7ba737df540..03f028e4d8c 100644
--- a/arch/arm/mach-at91/board-dt.c
+++ b/arch/arm/mach-at91/board-dt.c
@@ -15,14 +15,13 @@
#include <linux/of_irq.h>
#include <linux/of_platform.h>
-#include <mach/at91_aic.h>
-
#include <asm/setup.h>
#include <asm/irq.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <asm/mach/irq.h>
+#include "at91_aic.h"
#include "board.h"
#include "generic.h"