diff options
author | Greg Ungerer <gerg@uclinux.org> | 2010-11-04 16:06:02 +1000 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-01-05 15:19:18 +1000 |
commit | b00b766d0cca46133955ea8f19f6d259ad854797 (patch) | |
tree | a45709e19176f9bd052a3e3012b82f1a9bbf8eba /arch/m68knommu/mm/Makefile | |
parent | bb4edc5e4478db21147f86b6682704bfc1125c55 (diff) | |
download | blackbird-op-linux-b00b766d0cca46133955ea8f19f6d259ad854797.tar.gz blackbird-op-linux-b00b766d0cca46133955ea8f19f6d259ad854797.zip |
m68knommu: remove kernel_map() code, it is not used
The kernel_map() functions is not used anywhere, remove it.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/mm/Makefile')
-rw-r--r-- | arch/m68knommu/mm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/mm/Makefile b/arch/m68knommu/mm/Makefile index 7b3e4002373b..b54ab6b4b523 100644 --- a/arch/m68knommu/mm/Makefile +++ b/arch/m68knommu/mm/Makefile @@ -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 |