projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02a9320
)
Remove unused variable in get_unmapped_area
author
Roland McGrath
<roland@redhat.com>
Tue, 8 May 2007 18:19:38 +0000
(11:19 -0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:35:28 +0000
(11:35 -0700)
Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/mmap.c
patch
|
blob
|
blame
|
history
diff --git
a/mm/mmap.c
b/mm/mmap.c
index 52646d61ff696235e88b11175641bf7de884afd3..cc1f543eb1b85e1ddfce5927704f9763f3d74233 100644
(file)
--- a/
mm/mmap.c
+++ b/
mm/mmap.c
@@
-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);