diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-11 17:37:21 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:18:45 +0900 |
commit | e32acaf601445ddc4baa52a1e4df638543455029 (patch) | |
tree | 5772f6d9d9a1c20ae0057e5816440748c8c4a521 /arch/sh/lib64/Makefile | |
parent | fcfdd0f14f94d47f2f650a24cd111e11475ccada (diff) |
sh: Kill off lib64 version of iomap wrappers.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/lib64/Makefile')
-rw-r--r-- | arch/sh/lib64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/lib64/Makefile b/arch/sh/lib64/Makefile index c8c7cf4e8b48..2f4086ac6f99 100644 --- a/arch/sh/lib64/Makefile +++ b/arch/sh/lib64/Makefile @@ -11,5 +11,5 @@ # Panic should really be compiled as PIC lib-y := udelay.o c-checksum.o dbg.o panic.o memcpy.o copy_user_memcpy.o \ - page_copy.o page_clear.o iomap.o + page_copy.o page_clear.o |