diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-07-29 02:08:14 -0400 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2008-08-04 21:25:19 -0400 |
commit | ab277121426edca2ee0601fc6318c9467350771e (patch) | |
tree | 105f3a8042214e859c78801030fb3c305ac5b849 /arch/arm/mach-pxa/reset.c | |
parent | 2b12a4c524812fb3f6ee590a02e65b95c8c32229 (diff) |
[ARM] pxa: introduce reset.h for reset specific header information
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/reset.c')
-rw-r--r-- | arch/arm/mach-pxa/reset.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/reset.c b/arch/arm/mach-pxa/reset.c index 9d39dea57ce2..d610a1244abb 100644 --- a/arch/arm/mach-pxa/reset.c +++ b/arch/arm/mach-pxa/reset.c | |||
@@ -12,6 +12,7 @@ | |||
12 | 12 | ||
13 | #include <asm/arch/pxa-regs.h> | 13 | #include <asm/arch/pxa-regs.h> |
14 | #include <asm/arch/pxa2xx-regs.h> | 14 | #include <asm/arch/pxa2xx-regs.h> |
15 | #include <asm/arch/reset.h> | ||
15 | 16 | ||
16 | static void do_hw_reset(void); | 17 | static void do_hw_reset(void); |
17 | 18 | ||