linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] h8300: Remove unnecessary prototypes for kobjsize() and is_in_rom()
@ 2012-10-26 14:32 Tobias Klauser
  0 siblings, 0 replies; only message in thread
From: Tobias Klauser @ 2012-10-26 14:32 UTC (permalink / raw)
  To: Yoshinori Sato; +Cc: linux-kernel

The prototype for kobjsize() is already defined in linux/mm.h
which is included where kobjsize() is used.

is_in_rom() is neither defined nor used across the whole tree, so delete
the prototype.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
---
 arch/h8300/include/asm/pgtable.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/arch/h8300/include/asm/pgtable.h b/arch/h8300/include/asm/pgtable.h
index 62ef176..cc51c6c 100644
--- a/arch/h8300/include/asm/pgtable.h
+++ b/arch/h8300/include/asm/pgtable.h
@@ -42,12 +42,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);
-extern int is_in_rom(unsigned long);
-
-/*
  * No page table caches to initialise
  */
 #define pgtable_cache_init()   do { } while (0)
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-26 14:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-26 14:32 [PATCH] h8300: Remove unnecessary prototypes for kobjsize() and is_in_rom() Tobias Klauser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).