Commit cb36bb75 authored by George G. Davis's avatar George G. Davis Committed by Russell King

[ARM] 4191/1: Remove redundant __flush_dcache_page() function prototype

Commit 1c9d3df5 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: default avatarGeorge G. Davis <gdavis@mvista.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent f454aa6b
...@@ -119,8 +119,6 @@ make_coherent(struct address_space *mapping, struct vm_area_struct *vma, unsigne ...@@ -119,8 +119,6 @@ make_coherent(struct address_space *mapping, struct vm_area_struct *vma, unsigne
flush_cache_page(vma, addr, pfn); 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 * Take care of architecture specific things when placing a new PTE into
* a page table, or changing an existing PTE. Basically, there are two * a page table, or changing an existing PTE. Basically, there are two
......
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