diff options
author | Greg Ungerer <gerg@snapgear.com> | 2007-07-30 02:07:39 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-08-04 22:13:43 +0100 |
commit | 0a8626a475b2b6215a25e944fbd378bd5818fdd7 (patch) | |
tree | 2ebca42852f2068c1c29e49b67634d6e8cb6f129 /include/asm-arm | |
parent | d4ac2477fad0f2680e84ec12e387ce67682c5c13 (diff) | |
download | kernel_samsung_smdk4412-0a8626a475b2b6215a25e944fbd378bd5818fdd7.zip kernel_samsung_smdk4412-0a8626a475b2b6215a25e944fbd378bd5818fdd7.tar.gz kernel_samsung_smdk4412-0a8626a475b2b6215a25e944fbd378bd5818fdd7.tar.bz2 |
[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>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/pgtable-nommu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/pgtable-nommu.h b/include/asm-arm/pgtable-nommu.h index b186bc8..33c83dd 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. |