Skip to content

Commit

Permalink
sh: Rename arch/sh/lib/clear_page.S -> __clear_user.S.
Browse files Browse the repository at this point in the history
Now that this only contains the __clear_user() function, rename it
accordingly.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jul 27, 2009
1 parent dfff0fa commit 221c007
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ obj-y += io.o
memcpy-y := memcpy.o
memcpy-$(CONFIG_CPU_SH4) := memcpy-sh4.o

lib-$(CONFIG_MMU) += copy_page.o clear_page.o
lib-$(CONFIG_MMU) += copy_page.o __clear_user.o
lib-$(CONFIG_MCOUNT) += mcount.o
lib-y += $(memcpy-y) $(udivsi3-y)

Expand Down
File renamed without changes.

0 comments on commit 221c007

Please sign in to comment.