Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

um: remove pointless include of asm/fixmap.h from asm/pgtable.h

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>

authored by

Al Viro and committed by
Richard Weinberger
28a12cb5 2ffd2e27

+1 -2
+1 -2
arch/um/include/asm/pgalloc.h
··· 8 8 #ifndef __UM_PGALLOC_H 9 9 #define __UM_PGALLOC_H 10 10 11 - #include "linux/mm.h" 12 - #include "asm/fixmap.h" 11 + #include <linux/mm.h> 13 12 14 13 #define pmd_populate_kernel(mm, pmd, pte) \ 15 14 set_pmd(pmd, __pmd(_PAGE_TABLE + (unsigned long) __pa(pte)))