Commit 0a8626a4 authored by Greg Ungerer's avatar Greg Ungerer Committed by Russell King

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

Remove unused is_in_rom() function prototype.
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d4ac2477
...@@ -74,7 +74,6 @@ static inline int pte_file(pte_t pte) { return 0; } ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment