diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-10-24 14:11:59 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-12-04 14:58:50 +0000 |
commit | 7b0a1003e780193e2a11c27f5059c26b65f60679 (patch) | |
tree | c3277aa1f6536530514dafd946770928b4bf4aff /arch/arm/mm/mm.h | |
parent | 421fe93cc4b06b2f5e875cbe0f692800d4862ee5 (diff) |
ARM: Reduce __flush_dcache_page() visibility
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm/mm.h')
-rw-r--r-- | arch/arm/mm/mm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mm/mm.h b/arch/arm/mm/mm.h index c4f6f05198e0..a888363398f8 100644 --- a/arch/arm/mm/mm.h +++ b/arch/arm/mm/mm.h @@ -24,6 +24,8 @@ struct mem_type { 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; |