Skip to content

Commit

Permalink
m68knommu: Remove unnecessary prototype for kobjsize()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tobias Klauser authored and Greg Ungerer committed Jun 20, 2014
1 parent 817f72d commit 9a1a1ae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/m68k/include/asm/pgtable_no.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 9a1a1ae

Please sign in to comment.