aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/pgtable_no.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-06-20 09:29:36 +0200
committerGreg Ungerer <gerg@uclinux.org>2014-06-20 23:12:10 +1000
commit9a1a1aea7572179bebb7e9755be4c7d220e05cb4 (patch)
treedf60fbbaf551cbdbd35a6c41dd02d7fb17e57fde /arch/m68k/include/asm/pgtable_no.h
parentm68knommu: Correct page_to_phys when PAGE_OFFSET is non-zero. (diff)
downloadlinux-dev-9a1a1aea7572179bebb7e9755be4c7d220e05cb4.tar.xz
linux-dev-9a1a1aea7572179bebb7e9755be4c7d220e05cb4.zip
m68knommu: Remove unnecessary prototype for kobjsize()
The prototype for kobjsize() is already defined in linux/mm.h which is included where kobjsize() is used. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/include/asm/pgtable_no.h')
-rw-r--r--arch/m68k/include/asm/pgtable_no.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/m68k/include/asm/pgtable_no.h b/arch/m68k/include/asm/pgtable_no.h
index c527fc2ecf82..11859b86b1f9 100644
--- a/arch/m68k/include/asm/pgtable_no.h
+++ b/arch/m68k/include/asm/pgtable_no.h
@@ -46,11 +46,6 @@ static inline int pte_file(pte_t pte) { return 0; }
#define ZERO_PAGE(vaddr) (virt_to_page(0))
/*
- * These would be in other places but having them here reduces the diffs.
- */
-extern unsigned int kobjsize(const void *objp);
-
-/*
* No page table caches to initialise.
*/
#define pgtable_cache_init() do { } while (0)