summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/board-palmz71.c
diff options
context:
space:
mode:
authorTony Lindgren2012-02-24 19:34:34 +0100
committerTony Lindgren2012-02-24 19:34:34 +0100
commit2e3ee9f45b3c25faa012abc9a62ab7aa515cd617 (patch)
tree0573cc65c3c8906453d949b5fe7f7499d1a25da1 /arch/arm/mach-omap1/board-palmz71.c
parentARM: OMAP1: Move 16xx GPIO system clock to platform init code (diff)
downloadkernel-qcow2-linux-2e3ee9f45b3c25faa012abc9a62ab7aa515cd617.tar.gz
kernel-qcow2-linux-2e3ee9f45b3c25faa012abc9a62ab7aa515cd617.tar.xz
kernel-qcow2-linux-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-palmz71.c')
-rw-r--r--arch/arm/mach-omap1/board-palmz71.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/mach-omap1/board-palmz71.c b/arch/arm/mach-omap1/board-palmz71.c
index e881945ce8ec..c1cd0f2d6866 100644
--- a/arch/arm/mach-omap1/board-palmz71.c
+++ b/arch/arm/mach-omap1/board-palmz71.c
@@ -27,8 +27,9 @@
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/physmap.h>
+#include <linux/spi/spi.h>
+#include <linux/spi/ads7846.h>
-#include <mach/hardware.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
@@ -41,10 +42,10 @@
#include <plat/board.h>
#include <plat/irda.h>
#include <plat/keypad.h>
-#include "common.h"
-#include <linux/spi/spi.h>
-#include <linux/spi/ads7846.h>
+#include <mach/hardware.h>
+
+#include "common.h"
#define PALMZ71_USBDETECT_GPIO 0
#define PALMZ71_PENIRQ_GPIO 6