Procházet zdrojové kódy

[ARM] 4531/1: remove is_in_rom() protptype

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>
Greg Ungerer před 18 roky
rodič
revize
0a8626a475
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      include/asm-arm/pgtable-nommu.h

+ 0 - 1
include/asm-arm/pgtable-nommu.h

@@ -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.
  * These would be in other places but having them here reduces the diffs.
  */
  */
 extern unsigned int kobjsize(const void *objp);
 extern unsigned int kobjsize(const void *objp);
-extern int is_in_rom(unsigned long);
 
 
 /*
 /*
  * No page table caches to initialise.
  * No page table caches to initialise.