Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cb36bb7516fdd1a2a7e9155413b83d4330e4c4a7
Commit:     cb36bb7516fdd1a2a7e9155413b83d4330e4c4a7
Parent:     f454aa6b90be8c5845d1e4716e12479f6ba26538
Author:     George G. Davis <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 14 17:44:28 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Fri Feb 16 12:57:55 2007 +0000

    [ARM] 4191/1: Remove redundant __flush_dcache_page() function prototype
    
    Commit 1c9d3df5e88ad7db23f5b22f4341c39722a904a4 added function prototype
    __flush_dcache_page() in include/asm-arm/cacheflush.h.  So we can remove
    the prototype for same in arch/arm/mm/fault-armv.c since it is now
    redundant to have it there.
    
    Signed-off-by: George G. Davis <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/mm/fault-armv.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mm/fault-armv.c b/arch/arm/mm/fault-armv.c
index cf95c5d..44558d5 100644
--- a/arch/arm/mm/fault-armv.c
+++ b/arch/arm/mm/fault-armv.c
@@ -119,8 +119,6 @@ make_coherent(struct address_space *mapping, struct 
vm_area_struct *vma, unsigne
                flush_cache_page(vma, addr, pfn);
 }
 
-void __flush_dcache_page(struct address_space *mapping, struct page *page);
-
 /*
  * Take care of architecture specific things when placing a new PTE into
  * a page table, or changing an existing PTE.  Basically, there are two
-
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