aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/lpd270.c
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2009-01-06 05:29:01 -0500
committerEric Miao <eric.miao@marvell.com>2009-03-09 09:22:37 -0400
commitda065a0b3611751feefeb0f0e277cd5830056dad (patch)
treeb54bc53e988afa4f114fbfe50f65bfcf99172140 /arch/arm/mach-pxa/lpd270.c
parent0d9f768fce67a53b9c2296789129d4dfb3f4996b (diff)
[ARM] pxa: move GPIO register definitions into <mach/gpio.h>
This makes gpio.c fully independent of pxa-regs.h (except for the virtual address of the registers). Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/lpd270.c')
-rw-r--r--arch/arm/mach-pxa/lpd270.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/lpd270.c b/arch/arm/mach-pxa/lpd270.c
index 5ca9c5c4807e..d64395f26a3e 100644
--- a/arch/arm/mach-pxa/lpd270.c
+++ b/arch/arm/mach-pxa/lpd270.c
@@ -39,6 +39,7 @@
39#include <asm/mach/flash.h> 39#include <asm/mach/flash.h>
40 40
41#include <mach/pxa27x.h> 41#include <mach/pxa27x.h>
42#include <mach/gpio.h>
42#include <mach/lpd270.h> 43#include <mach/lpd270.h>
43#include <mach/audio.h> 44#include <mach/audio.h>
44#include <mach/pxafb.h> 45#include <mach/pxafb.h>