From: Nicolas Ferre <nicolas.ferre@atmel.com>
Date: Wed, 19 Nov 2014 09:38:39 +0000 (+0100)
Subject: ARM: at91/at91sam9g45: remove useless header file
X-Git-Tag: firefly_0821_release~176^2~2770^2~24
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=469b9c394183a3c17747fec2d23bd10a87e0175b;p=firefly-linux-kernel-4.4.55.git

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

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"