diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-07-05 08:02:43 (GMT) |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 08:02:43 (GMT) |
commit | 63dd10846d4917534e9ec7bddf43be786effe8b8 (patch) | |
tree | 747f5cb8273cbb063397504e8651a5e2fb9d6262 /arch/arm | |
parent | bf9127c36341573dc47a9c2fc003dcf13bbbf246 (diff) | |
download | linux-fsl-qoriq-63dd10846d4917534e9ec7bddf43be786effe8b8.tar.xz |
MXC: do not include board specific header from architecture include
do not include board-mx31ads.h from hardware.h, instead include it
directly only where needed.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-mx3/mx31ads.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/mx31ads.c b/arch/arm/mach-mx3/mx31ads.c index 7e89bdc..5addbb7 100644 --- a/arch/arm/mach-mx3/mx31ads.c +++ b/arch/arm/mach-mx3/mx31ads.c @@ -29,6 +29,7 @@ #include <asm/memory.h> #include <asm/mach/map.h> #include <asm/arch/common.h> +#include <asm/arch/board-mx31ads.h> /*! * @file mx31ads.c |