projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a410146
)
ARM: PSCI: remove unnecessary include of arm-gic.h
author
Rob Herring
<rob.herring@calxeda.com>
Wed, 15 May 2013 01:51:38 +0000
(20:51 -0500)
committer
Rob 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
patch
|
blob
|
history
diff --git
a/arch/arm/kernel/psci_smp.c
b/arch/arm/kernel/psci_smp.c
index 70ded3fb42d9887c71293755aff8354784220d64..570a48cc3d64b1714bd711c4b4cc4a6d1ab1358c 100644
(file)
--- 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>