summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/include/mach/pxa95x.h
diff options
context:
space:
mode:
authorEric Miao <eric.y.miao@gmail.com>2011-10-07 15:28:29 +0800
committerEric Miao <eric.y.miao@gmail.com>2011-10-08 21:03:00 +0800
commit654a60e0b4ae8a89f96513d2f02b136e1a6bc509 (patch)
treea78df789ca472e1acb67e466208de04492f2a165 /arch/arm/mach-pxa/include/mach/pxa95x.h
parent0c82cc5d726a9d0a96220dc77a073927086e3852 (diff)
downloadlinux-654a60e0b4ae8a89f96513d2f02b136e1a6bc509.tar.bz2
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/include/mach/pxa95x.h')
-rw-r--r--arch/arm/mach-pxa/include/mach/pxa95x.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/include/mach/pxa95x.h b/arch/arm/mach-pxa/include/mach/pxa95x.h
new file mode 100644
index 000000000000..cbb097c4cb1f
--- /dev/null
+++ b/arch/arm/mach-pxa/include/mach/pxa95x.h
@@ -0,0 +1,7 @@
+#ifndef __MACH_PXA95X_H
+#define __MACH_PXA95X_H
+
+#include <mach/pxa3xx.h>
+#include <mach/mfp-pxa930.h>
+
+#endif /* __MACH_PXA95X_H */