Gitweb: http://git.kernel.org/linus/122eec2f023f25fdd491ee9eb8eface4ded70728 Commit: 122eec2f023f25fdd491ee9eb8eface4ded70728 Parent: 70f4cc29350222ff6baf70265f6482fc01565d48 Author: Arnd Bergmann <arnd@arndb.de> AuthorDate: Sun May 10 14:32:11 2009 +0000 Committer: Michal Simek <monstr@monstr.eu> CommitDate: Thu May 21 15:56:05 2009 +0200 microblaze: remove cacheable_memcpy This function is neither declared nor used anywhere outside of ppc32, so remove it from microblaze. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michal Simek <monstr@monstr.eu> --- arch/microblaze/lib/memcpy.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/arch/microblaze/lib/memcpy.c b/arch/microblaze/lib/memcpy.c index 5880119..6a907c5 100644 --- a/arch/microblaze/lib/memcpy.c +++ b/arch/microblaze/lib/memcpy.c @@ -154,8 +154,3 @@ void *memcpy(void *v_dst, const void *v_src, __kernel_size_t c) } EXPORT_SYMBOL(memcpy); #endif /* __HAVE_ARCH_MEMCPY */ - -void *cacheable_memcpy(void *d, const void *s, __kernel_size_t c) -{ - return memcpy(d, s, c); -} -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
