diff options
Diffstat (limited to 'arch/arm/mach-pxa/pxa2xx.c')
-rw-r--r-- | arch/arm/mach-pxa/pxa2xx.c | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/pxa2xx.c b/arch/arm/mach-pxa/pxa2xx.c index d4f6415e8413..73d04d81c75a 100644 --- a/arch/arm/mach-pxa/pxa2xx.c +++ b/arch/arm/mach-pxa/pxa2xx.c | |||
@@ -14,9 +14,18 @@ | |||
14 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |
15 | #include <linux/device.h> | 15 | #include <linux/device.h> |
16 | 16 | ||
17 | #include <asm/arch/mfp-pxa2xx.h> | 17 | #include <mach/hardware.h> |
18 | #include <asm/arch/mfp-pxa25x.h> | 18 | #include <mach/pxa2xx-regs.h> |
19 | #include <asm/arch/irda.h> | 19 | #include <mach/mfp-pxa2xx.h> |
20 | #include <mach/mfp-pxa25x.h> | ||
21 | #include <mach/reset.h> | ||
22 | #include <mach/irda.h> | ||
23 | |||
24 | void pxa2xx_clear_reset_status(unsigned int mask) | ||
25 | { | ||
26 | /* RESET_STATUS_* has a 1:1 mapping with RCSR */ | ||
27 | RCSR = mask; | ||
28 | } | ||
20 | 29 | ||
21 | static unsigned long pxa2xx_mfp_fir[] = { | 30 | static unsigned long pxa2xx_mfp_fir[] = { |
22 | GPIO46_FICP_RXD, | 31 | GPIO46_FICP_RXD, |