From: Helge Deller Date: Mon, 14 Oct 2013 19:35:44 +0000 (+0200) Subject: Revert "parisc: Export flush_cache_page() (needed by lustre)" X-Git-Tag: upstream/snapshot3+hdmi~4129^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a446e72bc15c7bfd2c953e56064ace3566c79b0e;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git Revert "parisc: Export flush_cache_page() (needed by lustre)" This reverts commit 320c90be7ba1c371e882edff57272a89b213d136. Christoph Hellwig commented: This one shouldn't go in - Geert sent it a bit prematurely, as Lustre shouldn't use it just to reimplement core VM functionality (which it shouldn't use either, but that's a separate story). Signed-off-by: Helge Deller --- diff --git a/arch/parisc/kernel/cache.c b/arch/parisc/kernel/cache.c index b521c0a..c035673 100644 --- a/arch/parisc/kernel/cache.c +++ b/arch/parisc/kernel/cache.c @@ -602,7 +602,6 @@ flush_cache_page(struct vm_area_struct *vma, unsigned long vmaddr, unsigned long __flush_cache_page(vma, vmaddr, PFN_PHYS(pfn)); } } -EXPORT_SYMBOL_GPL(flush_cache_page); #ifdef CONFIG_PARISC_TMPALIAS