<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Christoph Hellwig &lt;hch@lst.de&gt;


Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 25-akpm/mm/shmem.c      |    2 --
 25-akpm/mm/tiny-shmem.c |    2 --
 2 files changed, 4 deletions(-)

diff -puN mm/shmem.c~dont-export-shmem_file_setup mm/shmem.c
--- 25/mm/shmem.c~dont-export-shmem_file_setup	Tue Sep  7 16:23:12 2004
+++ 25-akpm/mm/shmem.c	Tue Sep  7 16:23:12 2004
@@ -2164,5 +2164,3 @@ int shmem_zero_setup(struct vm_area_stru
 	vma-&gt;vm_ops = &amp;shmem_vm_ops;
 	return 0;
 }
-
-EXPORT_SYMBOL(shmem_file_setup);
diff -puN mm/tiny-shmem.c~dont-export-shmem_file_setup mm/tiny-shmem.c
--- 25/mm/tiny-shmem.c~dont-export-shmem_file_setup	Tue Sep  7 16:23:12 2004
+++ 25-akpm/mm/tiny-shmem.c	Tue Sep  7 16:23:12 2004
@@ -120,5 +120,3 @@ int shmem_unuse(swp_entry_t entry, struc
 {
 	return 0;
 }
-
-EXPORT_SYMBOL(shmem_file_setup);
_
</pre></body></html>