]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mm-use-vm_unmapped_area-on-arm-architecture-fix2
authorMichel Lespinasse <walken@google.com>
Fri, 9 Nov 2012 04:22:36 +0000 (20:22 -0800)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 Nov 2012 04:55:29 +0000 (15:55 +1100)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
arch/arm/mm/mmap.c

index f4fec6d43d50c32dfbdbbd817a2b2846fb2d4380..10062ceadd1cc40ca48cc59e83f2deb6fc3e07da 100644 (file)
@@ -57,7 +57,6 @@ 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_align = 0;
        int aliasing = cache_is_vipt_aliasing();
        struct vm_unmapped_area_info info;