diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-02-14 11:06:46 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-02-17 15:37:00 +0800 |
commit | 6384a04bba158ef927b3abe782b536cca07d11b1 (patch) | |
tree | 412a89b4c72893af8b80f79082e8838ec024dcaa /arch/arm/mach-imx | |
parent | edc2569b61de3541493489e906e468b5586b2e8c (diff) | |
download | linux-6384a04bba158ef927b3abe782b536cca07d11b1.tar.gz linux-6384a04bba158ef927b3abe782b536cca07d11b1.tar.bz2 linux-6384a04bba158ef927b3abe782b536cca07d11b1.zip |
ARM: imx: Remove unused include of linux/irqchip/arm-gic.h
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>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r-- | arch/arm/mach-imx/gpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/gpc.c b/arch/arm/mach-imx/gpc.c index b5b557fe2c49..e96baa493318 100644 --- a/arch/arm/mach-imx/gpc.c +++ b/arch/arm/mach-imx/gpc.c @@ -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" |