commit | cb36bb7516fdd1a2a7e9155413b83d4330e4c4a7 | [log] [tgz] |
---|---|---|
author | George G. Davis <gdavis@mvista.com> | Wed Feb 14 17:44:28 2007 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Feb 16 12:57:55 2007 +0000 |
tree | d1301fcdba3b2404869c37d6ef3ba4f3cbc6fb69 | |
parent | f454aa6b90be8c5845d1e4716e12479f6ba26538 [diff] |
[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>