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

Commit a509a9c7 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] clps711x: fix warning in edb7211-mm.c



Fix:
include/asm-generic/pgtable.h:305: warning: 'struct vm_area_struct' declared inside parameter list
include/asm-generic/pgtable.h:305: warning: its scope is only this definition or declaration, which is probably not what you want
include/asm-generic/pgtable.h:317: warning: 'struct vm_area_struct' declared inside parameter list
include/asm-generic/pgtable.h:331: warning: 'struct vm_area_struct' declared inside parameter list

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent a379adfb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@

#include <mach/hardware.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/sizes.h>
 
#include <asm/mach/map.h>