mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-12 02:50:14 -05:00
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>
This commit is contained in:
committed by
Michal Simek
parent
70f4cc2935
commit
122eec2f02
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user