[ARM] 4191/1: Remove redundant __flush_dcache_page() function prototype
authorGeorge G. Davis <gdavis@mvista.com>
Wed, 14 Feb 2007 16:44:28 +0000 (17:44 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 16 Feb 2007 12:57:55 +0000 (12:57 +0000)
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>

No differences found