projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edc2569
)
ARM: imx: Remove unused include of linux/irqchip/arm-gic.h
author
Anson Huang
<Anson.Huang@nxp.com>
Fri, 14 Feb 2020 03:06:46 +0000
(11:06 +0800)
committer
Shawn 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/gpc.c
b/arch/arm/mach-imx/gpc.c
index b5b557fe2c4995fb76f97ff6aff3ad0c910304d4..e96baa493318ea5511cb5d62ab3c997715063d9b 100644
(file)
--- 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"