diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-03-14 00:57:23 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-03-19 18:37:45 +0300 |
commit | 23b8408246aef28499a918b10425c1da4fef613a (patch) | |
tree | 330e5ba1033c92ce7d84e7499228267d602d3227 /arch/arm/mach-at91/pm_suspend.S | |
parent | 4c8056543e6aa283fe03b1e96d2dd22816ee4350 (diff) | |
download | linux-23b8408246aef28499a918b10425c1da4fef613a.tar.xz |
ARM: at91: remove hardware.h
hardware.h is now mostyl unused, move the remaining declarations to pm.c and
remove it.
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_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 7c444c259740..bd22b2c8a051 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/hardware.h> #include <mach/at91_ramc.h> #include "pm.h" |