From: Greg Ungerer Date: Mon, 30 Jul 2007 01:07:39 +0000 (+0100) Subject: [ARM] 4531/1: remove is_in_rom() protptype X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0a8626a475b2b6215a25e944fbd378bd5818fdd7;p=linux-beck.git [ARM] 4531/1: remove is_in_rom() protptype Remove unused is_in_rom() function prototype. Signed-off-by: Greg Ungerer Signed-off-by: Russell King --- diff --git a/include/asm-arm/pgtable-nommu.h b/include/asm-arm/pgtable-nommu.h index b186bc820e30..33c83dd87965 100644 --- a/include/asm-arm/pgtable-nommu.h +++ b/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. */ extern unsigned int kobjsize(const void *objp); -extern int is_in_rom(unsigned long); /* * No page table caches to initialise.