diff options
author | Greg Ungerer <gerg@uclinux.org> | 2010-11-04 02:00:44 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-01-05 00:19:18 -0500 |
commit | bb4edc5e4478db21147f86b6682704bfc1125c55 (patch) | |
tree | 834192a7383eb7de966b2504208cc61ca6490fc9 /arch/m68knommu/mm/Makefile | |
parent | 1c83af5f9d7e15a091f11394ad5916a7dcf1a99e (diff) |
m68knommu: remove do_page_fault(), it is not used
The non-MMU m68k does not use the do_page_fault() code, so 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 fc91f254f51b..7b3e4002373b 100644 --- a/arch/m68knommu/mm/Makefile +++ b/arch/m68knommu/mm/Makefile | |||
@@ -2,4 +2,4 @@ | |||
2 | # Makefile for the linux m68knommu specific parts of the memory manager. | 2 | # Makefile for the linux m68knommu specific parts of the memory manager. |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y += init.o fault.o memory.o kmap.o | 5 | obj-y += init.o memory.o kmap.o |