ARM: imx: Remove unused include of linux/irqchip/arm-gic.h
authorAnson Huang <Anson.Huang@nxp.com>
Fri, 14 Feb 2020 03:06:46 +0000 (11:06 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 17 Feb 2020 07:37:00 +0000 (15:37 +0800)
linux/irqchip/arm-gic.h is NOT used at all, no need to include it.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/gpc.c

index b5b557f..e96baa4 100644 (file)
@@ -10,7 +10,7 @@
 #include <linux/of.h>
 #include <linux/of_address.h>
 #include <linux/of_irq.h>
-#include <linux/irqchip/arm-gic.h>
+
 #include "common.h"
 #include "hardware.h"