summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2019-06-26 11:34:18 +0200
committerLinus Walleij <linus.walleij@linaro.org>2019-07-28 11:57:36 +0200
commit2229a3618abdaac40c9e32754509357ed78c90f5 (patch)
tree282fe5e4dbffb12675496ed4d4a288d516b5adff
parent5f9e832c137075045d15cd6899ab0505cfb2ca4b (diff)
downloadlinux-2229a3618abdaac40c9e32754509357ed78c90f5.tar.bz2
unicore: Drop pointless include
I can't see why this file includes <linux/gpio.h>, it is not using any of the interfaces. Lots of things are named "gpio" in the file but it is an irqchip driver and has nothing to do with the GPIO interfaces. Cc: Guan Xuetao <gxt@pku.edu.cn> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20190626093418.6263-1-linus.walleij@linaro.org
-rw-r--r--arch/unicore32/kernel/irq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/unicore32/kernel/irq.c b/arch/unicore32/kernel/irq.c
index d1129828c41e..c014ae3c3e48 100644
--- a/arch/unicore32/kernel/irq.c
+++ b/arch/unicore32/kernel/irq.c
@@ -21,7 +21,6 @@
#include <linux/kallsyms.h>
#include <linux/proc_fs.h>
#include <linux/syscore_ops.h>
-#include <linux/gpio.h>
#include <mach/hardware.h>