summaryrefslogtreecommitdiff
path: root/arch/arm/mach-pxa/saarb.c
diff options
context:
space:
mode:
authorEric Miao <eric.y.miao@gmail.com>2011-10-07 07:28:29 (GMT)
committerEric Miao <eric.y.miao@gmail.com>2011-10-08 13:03:00 (GMT)
commit654a60e0b4ae8a89f96513d2f02b136e1a6bc509 (patch)
treea78df789ca472e1acb67e466208de04492f2a165 /arch/arm/mach-pxa/saarb.c
parent0c82cc5d726a9d0a96220dc77a073927086e3852 (diff)
downloadlinux-fsl-qoriq-654a60e0b4ae8a89f96513d2f02b136e1a6bc509.tar.xz
ARM: pxa: pxa95x/saarb depends on pxa3xx code
saarb uses pxa3xx_map_io and pxa3xx_handle_irq, which are part of the pxa3xx code. This makes sure the necessary header and implementation is used when building the board file. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/saarb.c')
-rw-r--r--arch/arm/mach-pxa/saarb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/saarb.c b/arch/arm/mach-pxa/saarb.c
index ebd6379..aebd5d9 100644
--- a/arch/arm/mach-pxa/saarb.c
+++ b/arch/arm/mach-pxa/saarb.c
@@ -21,9 +21,8 @@
#include <mach/irqs.h>
#include <mach/hardware.h>
-#include <mach/mfp.h>
-#include <mach/mfp-pxa930.h>
#include <mach/gpio.h>
+#include <mach/pxa95x.h>
#include "generic.h"