Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74add80c authored by Roland McGrath's avatar Roland McGrath Committed by Linus Torvalds
Browse files

Remove unused variable in get_unmapped_area

parent 02a93208
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);