Commit 2732f4b6 authored by Catalin Marinas's avatar Catalin Marinas

nommu: Remove the memory_start/end variables from ARM page-nommu.h

These variables do not seem to be used anywhere in the kernel.
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 3c427975
......@@ -43,7 +43,4 @@ typedef unsigned long pgprot_t;
#define __pmd(x) (x)
#define __pgprot(x) (x)
extern unsigned long memory_start;
extern unsigned long memory_end;
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment