diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-03-13 22:57:23 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-03-19 16:37:45 +0100 |
commit | 23b8408246aef28499a918b10425c1da4fef613a (patch) | |
tree | 330e5ba1033c92ce7d84e7499228267d602d3227 /arch/arm/mach-at91/sama5.c | |
parent | 4c8056543e6aa283fe03b1e96d2dd22816ee4350 (diff) | |
download | linux-23b8408246aef28499a918b10425c1da4fef613a.tar.gz linux-23b8408246aef28499a918b10425c1da4fef613a.tar.bz2 linux-23b8408246aef28499a918b10425c1da4fef613a.zip |
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/sama5.c')
-rw-r--r-- | arch/arm/mach-at91/sama5.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-at91/sama5.c b/arch/arm/mach-at91/sama5.c index ef5d2073774b..41d829d8e7d5 100644 --- a/arch/arm/mach-at91/sama5.c +++ b/arch/arm/mach-at91/sama5.c @@ -14,8 +14,6 @@ #include <asm/mach/map.h> #include <asm/system_misc.h> -#include <mach/hardware.h> - #include "generic.h" #include "soc.h" |