diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-07-29 14:08:14 +0800 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2008-08-05 09:25:19 +0800 |
commit | ab277121426edca2ee0601fc6318c9467350771e (patch) | |
tree | 105f3a8042214e859c78801030fb3c305ac5b849 /arch/arm/mach-pxa/reset.c | |
parent | 2b12a4c524812fb3f6ee590a02e65b95c8c32229 (diff) | |
download | talos-obmc-linux-ab277121426edca2ee0601fc6318c9467350771e.tar.gz talos-obmc-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); |