diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-03-13 22:57:21 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-03-19 16:37:45 +0100 |
commit | f56d8f7c29320abe6f923fa1b3cb7adcc3252a24 (patch) | |
tree | 73f0e60623fbf1d858a963a83ada772b4aece052 /arch/arm/mach-at91/pm.c | |
parent | 0794261104c593c11be48c2e3b5b38e14a036cba (diff) |
ARM: at91: remove useless mach/cpu.h
mach/cpu.h is not used anymore, 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.c')
-rw-r--r-- | arch/arm/mach-at91/pm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/pm.c b/arch/arm/mach-at91/pm.c index ac947cdd506c..2a12c01afc67 100644 --- a/arch/arm/mach-at91/pm.c +++ b/arch/arm/mach-at91/pm.c @@ -32,7 +32,6 @@ #include <asm/fncpy.h> #include <asm/cacheflush.h> -#include <mach/cpu.h> #include <mach/hardware.h> #include "generic.h" |