diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-07-29 08:08:14 +0200 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2008-08-05 03:25:19 +0200 |
commit | ab277121426edca2ee0601fc6318c9467350771e (patch) | |
tree | 105f3a8042214e859c78801030fb3c305ac5b849 /arch/arm/mach-pxa/reset.c | |
parent | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... (diff) | |
download | linux-ab277121426edca2ee0601fc6318c9467350771e.tar.xz linux-ab277121426edca2ee0601fc6318c9467350771e.zip |
[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 @@ #include <asm/arch/pxa-regs.h> #include <asm/arch/pxa2xx-regs.h> +#include <asm/arch/reset.h> static void do_hw_reset(void); |