diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-05-15 01:51:38 (GMT) |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2013-10-01 21:34:10 (GMT) |
commit | 97fc4de3d93fea934b0ec8332465b9f1899a9adb (patch) | |
tree | 9b7af42cf6a1627c41296ed8a951935d69b05a5f | |
parent | a410146c3ea5cf82a52f00814c0a4142ea9768ba (diff) | |
download | linux-97fc4de3d93fea934b0ec8332465b9f1899a9adb.tar.xz |
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>
-rw-r--r-- | arch/arm/kernel/psci_smp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/kernel/psci_smp.c b/arch/arm/kernel/psci_smp.c index 70ded3f..570a48c 100644 --- a/arch/arm/kernel/psci_smp.c +++ b/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> |