1
0
Fork 0

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>
hifive-unleashed-5.1
Rob Herring 2013-05-14 20:51:38 -05:00
parent a410146c3e
commit 97fc4de3d9
1 changed files with 0 additions and 1 deletions

View File

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