Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0a8626a475b2b6215a25e944fbd378bd5818fdd7
Commit:     0a8626a475b2b6215a25e944fbd378bd5818fdd7
Parent:     d4ac2477fad0f2680e84ec12e387ce67682c5c13
Author:     Greg Ungerer <[EMAIL PROTECTED]>
AuthorDate: Mon Jul 30 02:07:39 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Sat Aug 4 22:13:43 2007 +0100

    [ARM] 4531/1: remove is_in_rom() protptype
    
    Remove unused is_in_rom() function prototype.
    
    Signed-off-by: Greg Ungerer <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 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.
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to