aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-06-04 06:19:02 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2009-08-07 06:10:51 -0400
commitbe124c94279edf4306798100f120c386947d8724 (patch)
tree98bc16285b121af329a4ce2c42e1690decf35e70 /arch/arm/plat-mxc/include
parent8db5d1a64d36d0750b88c6c13feeaf0e00be2eb4 (diff)
system.c: runtime base address
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include')
-rw-r--r--arch/arm/plat-mxc/include/mach/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/common.h b/arch/arm/plat-mxc/include/mach/common.h
index 1c48aefe4b6e..1dc31d6dd43f 100644
--- a/arch/arm/plat-mxc/include/mach/common.h
+++ b/arch/arm/plat-mxc/include/mach/common.h
@@ -29,5 +29,6 @@ extern int mx35_clocks_init(void);
29extern int mxc_register_gpios(void); 29extern int mxc_register_gpios(void);
30extern int mxc_register_device(struct platform_device *pdev, void *data); 30extern int mxc_register_device(struct platform_device *pdev, void *data);
31extern void mxc_set_cpu_type(unsigned int type); 31extern void mxc_set_cpu_type(unsigned int type);
32extern void mxc_arch_reset_init(void __iomem *);
32 33
33#endif 34#endif