Skip to content

Commit

Permalink
unicore: Drop pointless include
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Linus Walleij committed Jul 28, 2019
1 parent 5f9e832 commit 2229a36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/unicore32/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 2229a36

Please sign in to comment.