commit | 37185b33240870719b6b5913a46e6a441f1ae96f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ZenIV.linux.org.uk> | Mon Oct 08 03:27:32 2012 +0100 |
committer | Richard Weinberger <richard@nod.at> | Tue Oct 09 22:28:45 2012 +0200 |
tree | 60a0f5adbb3d6b879a504defeddb3ff1ecff77d7 | |
parent | 382d95fdfa7ff5c54f6495c597c7cf6d124e404b [diff] [blame] |
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>
diff --git a/arch/um/include/asm/dma.h b/arch/um/include/asm/dma.h index 9f6139a..f88c586 100644 --- a/arch/um/include/asm/dma.h +++ b/arch/um/include/asm/dma.h
@@ -1,7 +1,7 @@ #ifndef __UM_DMA_H #define __UM_DMA_H -#include "asm/io.h" +#include <asm/io.h> extern unsigned long uml_physmem;