Commit cb36bb7516fdd1a2a7e9155413b83d4330e4c4a7

Authored by George G. Davis
Committed by Russell King
1 parent f454aa6b90

[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 <gdavis@mvista.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

arch/arm/mm/fault-armv.c
... ... @@ -119,8 +119,6 @@
119 119 flush_cache_page(vma, addr, pfn);
120 120 }
121 121  
122   -void __flush_dcache_page(struct address_space *mapping, struct page *page);
123   -
124 122 /*
125 123 * Take care of architecture specific things when placing a new PTE into
126 124 * a page table, or changing an existing PTE. Basically, there are two