]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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)
committerRob Herring <rob.herring@calxeda.com>
Tue, 1 Oct 2013 21:34:10 +0000 (16:34 -0500)
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>
arch/arm/kernel/psci_smp.c

index 70ded3fb42d9887c71293755aff8354784220d64..570a48cc3d64b1714bd711c4b4cc4a6d1ab1358c 100644 (file)
@@ -14,7 +14,6 @@
  */
 
 #include <linux/init.h>
-#include <linux/irqchip/arm-gic.h>
 #include <linux/smp.h>
 #include <linux/of.h>