]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm-use-vm_unmapped_area-on-sh-architecture-fix2
authorMichel Lespinasse <walken@google.com>
Thu, 29 Nov 2012 03:17:19 +0000 (14:17 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Dec 2012 05:23:07 +0000 (16:23 +1100)
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/sh/mm/mmap.c

index cb2d66fe145fce82a2432d6f3bd1c2b729ee7e58..6777177807c26f5d6630ec48535bb4f7d5eba0e2 100644 (file)
@@ -35,7 +35,6 @@ unsigned long arch_get_unmapped_area(struct file *filp, unsigned long addr,
 {
        struct mm_struct *mm = current->mm;
        struct vm_area_struct *vma;
-       unsigned long start_addr;
        int do_colour_align;
        struct vm_unmapped_area_info info;