Skip to content

Commit

Permalink
ARM: mxs: remove mm.c
Browse files Browse the repository at this point in the history
The static mapping is used nowhere now.  Hence mm.c can be removed
completely.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Shawn Guo committed Apr 1, 2013
1 parent 1f62956 commit 0265b6c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 55 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-mxs/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Common support
obj-y := ocotp.o mm.o
obj-y := ocotp.o

obj-$(CONFIG_PM) += pm.o

Expand Down
2 changes: 0 additions & 2 deletions arch/arm/mach-mxs/include/mach/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ extern const u32 *mxs_get_ocotp(void);
extern int mxs_saif_clkmux_select(unsigned int clkmux);

extern int mx23_clocks_init(void);
extern void mx23_map_io(void);

extern int mx28_clocks_init(void);
extern void mx28_map_io(void);

#endif /* __MACH_MXS_COMMON_H__ */
52 changes: 0 additions & 52 deletions arch/arm/mach-mxs/mm.c

This file was deleted.

0 comments on commit 0265b6c

Please sign in to comment.