Skip to content

Commit

Permalink
m68knommu: remove kernel_map() code, it is not used
Browse files Browse the repository at this point in the history
The kernel_map() functions is not used anywhere, remove it.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
  • Loading branch information
Greg Ungerer committed Jan 5, 2011
1 parent bb4edc5 commit b00b766
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
2 changes: 1 addition & 1 deletion arch/m68knommu/mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Makefile for the linux m68knommu specific parts of the memory manager.
#

obj-y += init.o memory.o kmap.o
obj-y += init.o kmap.o
33 changes: 0 additions & 33 deletions arch/m68knommu/mm/memory.c

This file was deleted.

0 comments on commit b00b766

Please sign in to comment.