[ARM] 4531/1: remove is_in_rom() protptype
authorGreg Ungerer <gerg@snapgear.com>
Mon, 30 Jul 2007 01:07:39 +0000 (02:07 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 4 Aug 2007 21:13:43 +0000 (22:13 +0100)
Remove unused is_in_rom() function prototype.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/pgtable-nommu.h

index b186bc8..33c83dd 100644 (file)
@@ -74,7 +74,6 @@ static inline int pte_file(pte_t pte) { return 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.