diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-10-30 05:14:17 +0800 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-11-06 20:29:37 +0800 |
commit | 43d2f532925cdf7fe1e4c7a48fb555705421eb66 (patch) | |
tree | 0ffa31cb8bb53bf6bd18231570bc729e7b869656 /arch/arm/mach-at91/board-sam9261ek.c | |
parent | bcd2360c1ff9fff69eb45bedc5fba7240c6da875 (diff) | |
download | talos-op-linux-43d2f532925cdf7fe1e4c7a48fb555705421eb66.tar.gz talos-op-linux-43d2f532925cdf7fe1e4c7a48fb555705421eb66.zip |
arm: at91 move board.h to arch/arm/mach-at91
as this is only used board old style board
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-sam9261ek.c')
-rw-r--r-- | arch/arm/mach-at91/board-sam9261ek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/board-sam9261ek.c b/arch/arm/mach-at91/board-sam9261ek.c index a9167dd45f96..06251bb53f7f 100644 --- a/arch/arm/mach-at91/board-sam9261ek.c +++ b/arch/arm/mach-at91/board-sam9261ek.c @@ -45,12 +45,12 @@ #include <asm/mach/irq.h> #include <mach/hardware.h> -#include <mach/board.h> #include <mach/at91_aic.h> #include <mach/at91sam9_smc.h> #include <mach/at91_shdwc.h> #include <mach/system_rev.h> +#include "board.h" #include "sam9_smc.h" #include "generic.h" |