From 2229a3618abdaac40c9e32754509357ed78c90f5 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Wed, 26 Jun 2019 11:34:18 +0200 Subject: [PATCH] unicore: Drop pointless include I can't see why this file includes , 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 Signed-off-by: Linus Walleij Link: https://lore.kernel.org/r/20190626093418.6263-1-linus.walleij@linaro.org --- arch/unicore32/kernel/irq.c | 1 - 1 file changed, 1 deletion(-) 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 #include #include -#include #include