summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/include
diff options
context:
space:
mode:
authorShawn Guo2013-03-29 02:45:31 +0100
committerShawn Guo2013-04-01 14:42:15 +0200
commit974a9af5320028bad0c4c17a67353edc4e5a1997 (patch)
treecd3e73c53835ddecf4d0a5807f192b37f5672ce3 /arch/arm/mach-mxs/include
parentARM: mxs: get reset address from device tree (diff)
downloadkernel-qcow2-linux-974a9af5320028bad0c4c17a67353edc4e5a1997.tar.gz
kernel-qcow2-linux-974a9af5320028bad0c4c17a67353edc4e5a1997.tar.xz
kernel-qcow2-linux-974a9af5320028bad0c4c17a67353edc4e5a1997.zip
ARM: mxs: remove system.c
There is no user of function mxs_reset_block() now. Let's move mxs_restart() into mach-mxs.c as a static function and remove system.c completely. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs/include')
-rw-r--r--arch/arm/mach-mxs/include/mach/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-mxs/include/mach/common.h b/arch/arm/mach-mxs/include/mach/common.h
index df2a4ef14dae..b7946a62d350 100644
--- a/arch/arm/mach-mxs/include/mach/common.h
+++ b/arch/arm/mach-mxs/include/mach/common.h
@@ -12,8 +12,6 @@
#define __MACH_MXS_COMMON_H__
extern const u32 *mxs_get_ocotp(void);
-extern int mxs_reset_block(void __iomem *);
-extern void mxs_restart(char, const char *);
extern int mxs_saif_clkmux_select(unsigned int clkmux);
extern int mx23_clocks_init(void);