diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-03-29 05:45:31 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-01 16:42:15 +0400 |
commit | 974a9af5320028bad0c4c17a67353edc4e5a1997 (patch) | |
tree | cd3e73c53835ddecf4d0a5807f192b37f5672ce3 /arch/arm/mach-mxs/include | |
parent | 8f7cf8815f7d87534dda3657f03e925e58c1f5e1 (diff) | |
download | linux-974a9af5320028bad0c4c17a67353edc4e5a1997.tar.xz |
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.h | 2 |
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); |