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

Commit 92474a25 authored by Greg Ungerer's avatar Greg Ungerer
Browse files

m68knommu: remove unused kernel_set_cachemode()



None of the m68knommu platforms will ever use kernel_set_cachemode().
And it is specific to a couple of m68k devices. So remove it.

Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent 9461702d
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -35,11 +35,3 @@ void iounmap(void *addr)
{
}
/*
 * Set new cache mode for some kernel address space.
 * The caller must push data for that range itself, if such data may already
 * be in the cache.
 */
void kernel_set_cachemode(void *addr, unsigned long size, int cmode)
{
}