diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-03-16 23:44:38 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-04-05 21:59:52 +0200 |
commit | 2e57dc087c27b8b0bd4a9e5f2c6f28f3cd0b47ff (patch) | |
tree | 859595f2a14be601173a52a41f0e41c450075998 /arch/arm/mach-at91/include/mach/at91_ramc.h | |
parent | a18d0699dd18ba5661c321ebd67e6056656b6765 (diff) | |
download | blackbird-obmc-linux-2e57dc087c27b8b0bd4a9e5f2c6f28f3cd0b47ff.tar.gz blackbird-obmc-linux-2e57dc087c27b8b0bd4a9e5f2c6f28f3cd0b47ff.zip |
ARM: at91/pm: move AT91_MEMCTRL_* to pm.h
the AT91_MEMCTRL_* defines are only used by the pm code, move them to pm.h
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/include/mach/at91_ramc.h')
-rw-r--r-- | arch/arm/mach-at91/include/mach/at91_ramc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-at91/include/mach/at91_ramc.h b/arch/arm/mach-at91/include/mach/at91_ramc.h index e4492b151fee..493bc486e858 100644 --- a/arch/arm/mach-at91/include/mach/at91_ramc.h +++ b/arch/arm/mach-at91/include/mach/at91_ramc.h @@ -21,10 +21,6 @@ extern void __iomem *at91_ramc_base[]; .extern at91_ramc_base #endif -#define AT91_MEMCTRL_MC 0 -#define AT91_MEMCTRL_SDRAMC 1 -#define AT91_MEMCTRL_DDRSDR 2 - #include <soc/at91/at91rm9200_sdramc.h> #include <soc/at91/at91sam9_ddrsdr.h> #include <soc/at91/at91sam9_sdramc.h> |