Skip to content

Commit

Permalink
arm: at91: move board header to arch/arm/mach-at91
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Jean-Christophe PLAGNIOL-VILLARD committed Nov 6, 2012
1 parent d6ca436 commit ad23849
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-at91/board-gsia18s.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
#include <asm/mach/arch.h>

#include <mach/at91sam9_smc.h>
#include <mach/gsia18s.h>
#include <mach/stamp9g20.h>

#include "at91_aic.h"
#include "board.h"
#include "sam9_smc.h"
#include "generic.h"
#include "gsia18s.h"
#include "stamp9g20.h"

static void __init gsia18s_init_early(void)
{
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-at91/board-pcontrol-g20.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
#include <asm/mach/arch.h>

#include <mach/at91sam9_smc.h>
#include <mach/stamp9g20.h>

#include "at91_aic.h"
#include "board.h"
#include "sam9_smc.h"
#include "generic.h"
#include "stamp9g20.h"


static void __init pcontrol_g20_init_early(void)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ad23849

Please sign in to comment.