diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-19 12:38:39 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-19 12:40:34 +0300 |
commit | 469b9c394183a3c17747fec2d23bd10a87e0175b (patch) | |
tree | 60870032fcc213cf10dab111f430e9c1bfd9083d /arch/arm/mach-at91 | |
parent | f0a0a58e6f46c2dded813ee860b9cbd795b4e571 (diff) | |
download | linux-469b9c394183a3c17747fec2d23bd10a87e0175b.tar.xz |
ARM: at91/at91sam9g45: remove useless header file
Remove this useless cpu.h header file forgotten during the !DT support removal.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/at91sam9g45.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/at91sam9g45.c b/arch/arm/mach-at91/at91sam9g45.c index 2ad0db4caa9b..3d225105e0d1 100644 --- a/arch/arm/mach-at91/at91sam9g45.c +++ b/arch/arm/mach-at91/at91sam9g45.c @@ -11,7 +11,6 @@ */ #include <asm/system_misc.h> -#include <mach/cpu.h> #include <mach/hardware.h> #include "soc.h" |