diff options
author | Balbir Singh <balbir@linux.vnet.ibm.com> | 2008-02-05 01:29:08 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-05 12:44:17 -0500 |
commit | 625d9573d0f905146efd15169a35ea9c5a841198 (patch) | |
tree | 40d5f49b9613b3ec41d0a6a182b766433bce5a7f /mm/tiny-shmem.c | |
parent | f61eaf9fc58f3b2d9e3ad424496620f3381ccd1e (diff) |
Remove unused code from mm/tiny-shmem.c
This code in mm/tiny-shmem.c is under #if 0 - remove it.
Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com>
Acked-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/tiny-shmem.c')
-rw-r--r-- | mm/tiny-shmem.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mm/tiny-shmem.c b/mm/tiny-shmem.c index d436a9c82db7..702083638c16 100644 --- a/mm/tiny-shmem.c +++ b/mm/tiny-shmem.c | |||
@@ -121,18 +121,6 @@ int shmem_unuse(swp_entry_t entry, struct page *page) | |||
121 | return 0; | 121 | return 0; |
122 | } | 122 | } |
123 | 123 | ||
124 | #if 0 | ||
125 | int shmem_mmap(struct file *file, struct vm_area_struct *vma) | ||
126 | { | ||
127 | file_accessed(file); | ||
128 | #ifndef CONFIG_MMU | ||
129 | return ramfs_nommu_mmap(file, vma); | ||
130 | #else | ||
131 | return 0; | ||
132 | #endif | ||
133 | } | ||
134 | #endif /* 0 */ | ||
135 | |||
136 | #ifndef CONFIG_MMU | 124 | #ifndef CONFIG_MMU |
137 | unsigned long shmem_get_unmapped_area(struct file *file, | 125 | unsigned long shmem_get_unmapped_area(struct file *file, |
138 | unsigned long addr, | 126 | unsigned long addr, |