diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-10-24 09:11:59 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-12-04 09:58:50 -0500 |
commit | 7b0a1003e780193e2a11c27f5059c26b65f60679 (patch) | |
tree | c3277aa1f6536530514dafd946770928b4bf4aff /arch/arm/include/asm | |
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/include/asm')
-rw-r--r-- | arch/arm/include/asm/cacheflush.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/cacheflush.h b/arch/arm/include/asm/cacheflush.h index 61ae25caaacb..9fd6d3ab68c0 100644 --- a/arch/arm/include/asm/cacheflush.h +++ b/arch/arm/include/asm/cacheflush.h | |||
@@ -420,8 +420,6 @@ extern void flush_ptrace_access(struct vm_area_struct *vma, struct page *page, | |||
420 | */ | 420 | */ |
421 | extern void flush_dcache_page(struct page *); | 421 | extern void flush_dcache_page(struct page *); |
422 | 422 | ||
423 | extern void __flush_dcache_page(struct address_space *mapping, struct page *page); | ||
424 | |||
425 | static inline void __flush_icache_all(void) | 423 | static inline void __flush_icache_all(void) |
426 | { | 424 | { |
427 | #ifdef CONFIG_ARM_ERRATA_411920 | 425 | #ifdef CONFIG_ARM_ERRATA_411920 |