diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-03-29 09:45:31 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-01 20:42:15 +0800 |
commit | 974a9af5320028bad0c4c17a67353edc4e5a1997 (patch) | |
tree | cd3e73c53835ddecf4d0a5807f192b37f5672ce3 /arch/arm/mach-mxs/Makefile | |
parent | 8f7cf8815f7d87534dda3657f03e925e58c1f5e1 (diff) |
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/Makefile')
-rw-r--r-- | arch/arm/mach-mxs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/Makefile b/arch/arm/mach-mxs/Makefile index b934603e276..5339973d503 100644 --- a/arch/arm/mach-mxs/Makefile +++ b/arch/arm/mach-mxs/Makefile @@ -1,5 +1,5 @@ # Common support -obj-y := ocotp.o system.o mm.o +obj-y := ocotp.o mm.o obj-$(CONFIG_PM) += pm.o |