]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Revert "parisc: Export flush_cache_page() (needed by lustre)"
authorHelge Deller <deller@gmx.de>
Mon, 14 Oct 2013 19:35:44 +0000 (21:35 +0200)
committerHelge Deller <deller@gmx.de>
Sat, 19 Oct 2013 19:37:40 +0000 (21:37 +0200)
This reverts commit 320c90be7ba1c371e882edff57272a89b213d136.

Christoph Hellwig <hch@infradead.org> 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 <deller@gmx.de>
arch/parisc/kernel/cache.c

index b521c0adf4ec95317c2c00cd2c197bc8e3610c03..c035673209f732f0850aaa4dc98d2d49eee3b74c 100644 (file)
@@ -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