Skip to content

Commit

Permalink
m68knommu: remove unused kernel_set_cachemode()
Browse files Browse the repository at this point in the history
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: Greg Ungerer <gerg@uclinux.org>
  • Loading branch information
Greg Ungerer committed May 24, 2011
1 parent 9461702 commit 92474a2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arch/m68k/mm/kmap_no.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
}

0 comments on commit 92474a2

Please sign in to comment.