Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e361225 authored by Hyok S. Choi's avatar Hyok S. Choi Committed by Russell King
Browse files

[ARM] nommu: export flush_dcache_page()



This is a trivial patch to export flush_dcache_page in mm/nommu.c.

Signed-off-by: default avatarHyok S. Choi <hyok.choi@samsung.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 092c1952
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ void flush_dcache_page(struct page *page)
{
	__cpuc_flush_dcache_page(page_address(page));
}
EXPORT_SYMBOL(flush_dcache_page);

void __iomem *__ioremap_pfn(unsigned long pfn, unsigned long offset,
			    size_t size, unsigned long flags)