Skip to content

Commit

Permalink
[ARM] 4531/1: remove is_in_rom() protptype
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer authored and Russell King committed Aug 4, 2007
1 parent d4ac247 commit 0a8626a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asm-arm/pgtable-nommu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0a8626a

Please sign in to comment.