aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2004-10-18 18:02:40 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-18 18:02:40 -0700
commit733902e4992a01c20e5184b77b108373ae0c80ee (patch)
treebbc02ddd1a4247af70e79009d5c999385ae7fda4 /mm
parentabbb0399dd6746829c6dd9934a2cbb9e1d091b0b (diff)
downloadhistory-733902e4992a01c20e5184b77b108373ae0c80ee.tar.gz
[PATCH] don't export shmem_file_setup
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/shmem.c2
-rw-r--r--mm/tiny-shmem.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/mm/shmem.c b/mm/shmem.c
index 296a61073ef605..2ba02bf2672dd3 100644
--- a/mm/shmem.c
+++ b/mm/shmem.c
@@ -2164,5 +2164,3 @@ int shmem_zero_setup(struct vm_area_struct *vma)
vma->vm_ops = &shmem_vm_ops;
return 0;
}
-
-EXPORT_SYMBOL(shmem_file_setup);
diff --git a/mm/tiny-shmem.c b/mm/tiny-shmem.c
index 90abc63db367da..c13a2161bca286 100644
--- a/mm/tiny-shmem.c
+++ b/mm/tiny-shmem.c
@@ -120,5 +120,3 @@ int shmem_unuse(swp_entry_t entry, struct page *page)
{
return 0;
}
-
-EXPORT_SYMBOL(shmem_file_setup);