diff options
Diffstat (limited to 'arch/arm/mm/fault-armv.c')
-rw-r--r-- | arch/arm/mm/fault-armv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mm/fault-armv.c b/arch/arm/mm/fault-armv.c index cf95c5d0ce4c..44558d5f9313 100644 --- a/arch/arm/mm/fault-armv.c +++ b/arch/arm/mm/fault-armv.c | |||
@@ -119,8 +119,6 @@ make_coherent(struct address_space *mapping, struct vm_area_struct *vma, unsigne | |||
119 | flush_cache_page(vma, addr, pfn); | 119 | flush_cache_page(vma, addr, pfn); |
120 | } | 120 | } |
121 | 121 | ||
122 | void __flush_dcache_page(struct address_space *mapping, struct page *page); | ||
123 | |||
124 | /* | 122 | /* |
125 | * Take care of architecture specific things when placing a new PTE into | 123 | * Take care of architecture specific things when placing a new PTE into |
126 | * a page table, or changing an existing PTE. Basically, there are two | 124 | * a page table, or changing an existing PTE. Basically, there are two |