diff options
author | Helge Deller <deller@gmx.de> | 2013-10-14 21:35:44 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2013-10-19 21:37:40 +0200 |
commit | a446e72bc15c7bfd2c953e56064ace3566c79b0e (patch) | |
tree | 686d2810efb7b642c9e369956bb856288cdacd27 /arch/parisc | |
parent | bdeeab62a611f1f7cd48fd285ce568e8dcd0455a (diff) | |
download | talos-op-linux-a446e72bc15c7bfd2c953e56064ace3566c79b0e.tar.gz talos-op-linux-a446e72bc15c7bfd2c953e56064ace3566c79b0e.zip |
Revert "parisc: Export flush_cache_page() (needed by lustre)"
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>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/kernel/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/kernel/cache.c b/arch/parisc/kernel/cache.c index b521c0adf4ec..c035673209f7 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 |