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

[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
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment