diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2011-10-07 11:28:29 +0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2011-10-08 17:03:00 +0400 |
commit | 654a60e0b4ae8a89f96513d2f02b136e1a6bc509 (patch) | |
tree | a78df789ca472e1acb67e466208de04492f2a165 /arch/arm/mach-pxa/saarb.c | |
parent | 0c82cc5d726a9d0a96220dc77a073927086e3852 (diff) | |
download | linux-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.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/saarb.c b/arch/arm/mach-pxa/saarb.c index ebd6379c4969..aebd5d9243c3 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" |