BACKPORT: arm64: Fold proc-macros.S into assembler.h
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / mm / proc.S
index a92738e8b1eb670772e9314643eadc29d7f954ba..b6a141fd0386b611bdf097707dabc950e20b7c76 100644 (file)
 #include <asm/assembler.h>
 #include <asm/asm-offsets.h>
 #include <asm/hwcap.h>
-#include <asm/pgtable-hwdef.h>
 #include <asm/pgtable.h>
 #include <asm/cpufeature.h>
 #include <asm/alternative.h>
 
-#include "proc-macros.S"
-
 #ifdef CONFIG_ARM64_64K_PAGES
 #define TCR_TG_FLAGS   TCR_TG0_64K | TCR_TG1_64K
 #elif defined(CONFIG_ARM64_16K_PAGES)