ARM: PSCI: remove unnecessary include of arm-gic.h
authorRob Herring <rob.herring@calxeda.com>
Wed, 15 May 2013 01:51:38 +0000 (20:51 -0500)
committerMark Brown <broonie@kernel.org>
Thu, 23 Oct 2014 19:07:45 +0000 (20:07 +0100)
Now that gic_secondary_init is no longer needed to be called by SMP init
functions, the header is not needed.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Russell King <linux@arm.linux.org.uk>
(cherry picked from commit 97fc4de3d93fea934b0ec8332465b9f1899a9adb)
Signed-off-by: Mark Brown <broonie@kernel.org>
arch/arm/kernel/psci_smp.c

index 219f1d73572a588d431dca2e0bb7f7b598ea9899..1621ada3d068077622eaaffde75072f84e6fdcce 100644 (file)
@@ -14,7 +14,6 @@
  */
 
 #include <linux/init.h>
-#include <linux/irqchip/arm-gic.h>
 #include <linux/smp.h>
 #include <linux/of.h>