diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-03-16 15:14:50 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-05-20 16:37:44 +0200 |
commit | d7d45f25557e70c467ffd10d59f99e37463bb833 (patch) | |
tree | e4e5692ec2c0742753fbc051a05cf3c9d446ca30 /arch/arm/mach-at91/include/mach/at91_ramc.h | |
parent | eaa9a21dd14be8f4fdc6dbdb3732e2f5c3f49fa9 (diff) | |
download | linux-stable-d7d45f25557e70c467ffd10d59f99e37463bb833.tar.gz linux-stable-d7d45f25557e70c467ffd10d59f99e37463bb833.tar.bz2 linux-stable-d7d45f25557e70c467ffd10d59f99e37463bb833.zip |
ARM: at91/pm: use the atmel-mc syscon defines
Use the defines from atmel-mc.h instead of at91rm9200_sdramc.h
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/include/mach/at91_ramc.h b/arch/arm/mach-at91/include/mach/at91_ramc.h index 493bc486e858..39547496d4b0 100644 --- a/arch/arm/mach-at91/include/mach/at91_ramc.h +++ b/arch/arm/mach-at91/include/mach/at91_ramc.h @@ -21,7 +21,7 @@ extern void __iomem *at91_ramc_base[]; .extern at91_ramc_base #endif -#include <soc/at91/at91rm9200_sdramc.h> +#include <linux/mfd/syscon/atmel-mc.h> #include <soc/at91/at91sam9_ddrsdr.h> #include <soc/at91/at91sam9_sdramc.h> |