From eef58fdd010796a39be721b66c80d4a19b876e79 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 12 Apr 2019 12:09:41 +0900 Subject: memory: ti-emif-sram: move driver-specific asm-offset.h to drivers/memory/ is only generated and included by drivers/memory/, so it does not need to reside in the globally visible include/generated/. Signed-off-by: Masahiro Yamada Acked-by: Santosh Shilimkar --- drivers/memory/ti-emif-sram-pm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/memory/ti-emif-sram-pm.S') diff --git a/drivers/memory/ti-emif-sram-pm.S b/drivers/memory/ti-emif-sram-pm.S index d75ae18efa7d..d1c83bd5b98e 100644 --- a/drivers/memory/ti-emif-sram-pm.S +++ b/drivers/memory/ti-emif-sram-pm.S @@ -14,12 +14,12 @@ * GNU General Public License for more details. */ -#include #include #include #include #include "emif.h" +#include "ti-emif-asm-offsets.h" #define EMIF_POWER_MGMT_WAIT_SELF_REFRESH_8192_CYCLES 0x00a0 #define EMIF_POWER_MGMT_SR_TIMER_MASK 0x00f0 -- cgit v1.2.3