Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ARM] 4191/1: Remove redundant __flush_dcache_page() function prototype
Commit 1c9d3df 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>
- Loading branch information