Browse Source

ARM: PSCI: remove unnecessary include of arm-gic.h

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>
Rob Herring 12 years ago
parent
commit
97fc4de3d9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/arm/kernel/psci_smp.c

+ 0 - 1
arch/arm/kernel/psci_smp.c

@@ -14,7 +14,6 @@
  */
 
 #include <linux/init.h>
-#include <linux/irqchip/arm-gic.h>
 #include <linux/smp.h>
 #include <linux/of.h>