diff options
author | Alexandre Belloni | 2015-03-16 15:13:39 +0100 |
---|---|---|
committer | Alexandre Belloni | 2015-05-20 16:37:49 +0200 |
commit | 09099f1942e993b1c63408b5a385883876e3e35e (patch) | |
tree | dfa9ed5c14bbaedda1e6e8e671e8da14dfe6631f /arch/arm/mach-at91/pm_suspend.S | |
parent | d7d45f25557e70c467ffd10d59f99e37463bb833 (diff) |
ARM: at91: remove mach/at91_ramc.h and mach/at91rm9200_mc.h
mach/at91_ramc.h and mach/at91rm9200_mc.h aren't necessary anymore, remove them.
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/pm_suspend.S')
-rw-r--r-- | arch/arm/mach-at91/pm_suspend.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/pm_suspend.S b/arch/arm/mach-at91/pm_suspend.S index fda4e0164ed7..0d95f488b47a 100644 --- a/arch/arm/mach-at91/pm_suspend.S +++ b/arch/arm/mach-at91/pm_suspend.S @@ -13,7 +13,6 @@ */ #include <linux/linkage.h> #include <linux/clk/at91_pmc.h> -#include <mach/at91_ramc.h> #include "pm.h" #define SRAMC_SELF_FRESH_ACTIVE 0x01 |