kernel/arch/arm/include/asm/idmap.h
.. .. @@ -3,10 +3,10 @@ 3 3 #define __ASM_IDMAP_H 4 4 5 5 #include <linux/compiler.h> 6 -#include <asm/pgtable.h>6 +#include <linux/pgtable.h>7 7 8 8 /* Tag a function as requiring to be executed via an identity mapping. */ 9 -#define __idmap __section(.idmap.text) noinline notrace9 +#define __idmap __section(".idmap.text") noinline notrace10 10 11 11 extern pgd_t *idmap_pgd; 12 12