diff options
author | Al Viro <viro@ZenIV.linux.org.uk> | 2012-10-08 03:27:32 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2012-10-09 22:28:45 +0200 |
commit | 37185b33240870719b6b5913a46e6a441f1ae96f (patch) | |
tree | 60a0f5adbb3d6b879a504defeddb3ff1ecff77d7 /arch/um/include/asm/page.h | |
parent | 382d95fdfa7ff5c54f6495c597c7cf6d124e404b (diff) | |
download | op-kernel-dev-37185b33240870719b6b5913a46e6a441f1ae96f.zip op-kernel-dev-37185b33240870719b6b5913a46e6a441f1ae96f.tar.gz |
um: get rid of pointless include "..." where include <...> will do
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/include/asm/page.h')
-rw-r--r-- | arch/um/include/asm/page.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/asm/page.h b/arch/um/include/asm/page.h index 7cfc3ce..5ff53d9 100644 --- a/arch/um/include/asm/page.h +++ b/arch/um/include/asm/page.h @@ -99,7 +99,7 @@ extern unsigned long uml_physmem; #define __va_space (8*1024*1024) -#include "mem.h" +#include <mem.h> /* Cast to unsigned long before casting to void * to avoid a warning from * mmap_kmem about cutting a long long down to a void *. Not sure that |