1
0
Fork 0

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>
hifive-unleashed-5.1
Tobias Klauser 2014-06-20 09:29:36 +02:00 committed by Greg Ungerer
parent 817f72d680
commit 9a1a1aea75
1 changed files with 0 additions and 5 deletions

View File

@ -45,11 +45,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.
*/