commit | 7b0a1003e780193e2a11c27f5059c26b65f60679 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Oct 24 14:11:59 2009 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Dec 04 14:58:50 2009 +0000 |
tree | c3277aa1f6536530514dafd946770928b4bf4aff | |
parent | 421fe93cc4b06b2f5e875cbe0f692800d4862ee5 [diff] [blame] |
ARM: Reduce __flush_dcache_page() visibility Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
diff --git a/arch/arm/mm/mm.h b/arch/arm/mm/mm.h index c4f6f05..a888363 100644 --- a/arch/arm/mm/mm.h +++ b/arch/arm/mm/mm.h
@@ -24,6 +24,8 @@ const struct mem_type *get_mem_type(unsigned int type); +extern void __flush_dcache_page(struct address_space *mapping, struct page *page); + #endif struct map_desc;