diff options
author | Roland McGrath <roland@redhat.com> | 2007-05-08 11:19:38 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 11:35:28 -0700 |
commit | 74add80cbd7fe246c893b93ee75ac59acdd01dd4 (patch) | |
tree | 57ab3f1754bb90fb81721a76b8e342871203a75c | |
parent | 02a93208edec0d655c9f18613d830dc6afeda7d4 (diff) | |
download | op-kernel-dev-74add80cbd7fe246c893b93ee75ac59acdd01dd4.zip op-kernel-dev-74add80cbd7fe246c893b93ee75ac59acdd01dd4.tar.gz |
Remove unused variable in get_unmapped_area
Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | mm/mmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1366,7 +1366,6 @@ unsigned long get_unmapped_area(struct file *file, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) { - unsigned long ret; unsigned long (*get_area)(struct file *, unsigned long, unsigned long, unsigned long, unsigned long); |