diff options
| author | Tony Lindgren <tony@atomide.com> | 2012-02-24 10:34:34 -0800 | 
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2012-02-24 10:34:34 -0800 | 
| commit | 2e3ee9f45b3c25faa012abc9a62ab7aa515cd617 (patch) | |
| tree | 0573cc65c3c8906453d949b5fe7f7499d1a25da1 /arch/arm/mach-omap1/board-h2.c | |
| parent | 63325ff235deeed5a5fc25705e292239115c76cd (diff) | |
| download | olio-linux-3.10-2e3ee9f45b3c25faa012abc9a62ab7aa515cd617.tar.xz olio-linux-3.10-2e3ee9f45b3c25faa012abc9a62ab7aa515cd617.zip  | |
ARM: OMAP1: Move most of plat/io.h into local iomap.h
There's no need to have these in plat/io.h.
While at it, clean up the includes to group them
like they typically are grouped.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/board-h2.c')
| -rw-r--r-- | arch/arm/mach-omap1/board-h2.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-omap1/board-h2.c b/arch/arm/mach-omap1/board-h2.c index 00ad6b22d60..03e0050a896 100644 --- a/arch/arm/mach-omap1/board-h2.c +++ b/arch/arm/mach-omap1/board-h2.c @@ -31,8 +31,6 @@  #include <linux/i2c/tps65010.h>  #include <linux/smc91x.h> -#include <mach/hardware.h> -  #include <asm/mach-types.h>  #include <asm/mach/arch.h>  #include <asm/mach/map.h> @@ -43,9 +41,11 @@  #include <plat/irda.h>  #include <plat/usb.h>  #include <plat/keypad.h> -#include "common.h"  #include <plat/flash.h> +#include <mach/hardware.h> + +#include "common.h"  #include "board-h2.h"  /* At OMAP1610 Innovator the Ethernet is directly connected to CS1 */  |