2014-11-19 10:19:02

by Nicolas Ferre

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
arch/arm/mach-at91/at91sam9g45.c | 1 -
1 file changed, 1 deletion(-)

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"
--
2.1.3