Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 122eec2f authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Michal Simek
Browse files

microblaze: remove cacheable_memcpy



This function is neither declared nor used anywhere
outside of ppc32, so remove it from microblaze.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 70f4cc29
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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);
}