diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-11-07 21:58:21 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-13 12:03:44 +0100 |
commit | f0a0a58e6f46c2dded813ee860b9cbd795b4e571 (patch) | |
tree | e73acda80e9ed29f6597c52195007c362738c6f3 /arch/arm/mach-at91/pm.h | |
parent | 93d2cf468adfcbb58895cc1d4052099e23392c82 (diff) | |
download | talos-obmc-linux-f0a0a58e6f46c2dded813ee860b9cbd795b4e571.tar.gz talos-obmc-linux-f0a0a58e6f46c2dded813ee860b9cbd795b4e571.zip |
ARM: at91: move sdramc/ddrsdr header to include/soc/at91
Move the (DDR) SDRAM controller headers to include/soc/at91 to remove the
dependency on mach/ headers from the at91-reset driver.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/pm.h')
-rw-r--r-- | arch/arm/mach-at91/pm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/pm.h b/arch/arm/mach-at91/pm.h index c5101dcb4fb0..d2c89963af2d 100644 --- a/arch/arm/mach-at91/pm.h +++ b/arch/arm/mach-at91/pm.h @@ -14,7 +14,6 @@ #include <asm/proc-fns.h> #include <mach/at91_ramc.h> -#include <mach/at91rm9200_sdramc.h> #ifdef CONFIG_PM extern void at91_pm_set_standby(void (*at91_standby)(void)); |