Commit 2229a361 authored by Linus Walleij's avatar Linus Walleij
Browse files

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: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20190626093418.6263-1-linus.walleij@linaro.org
parent 5f9e832c
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -21,7 +21,6 @@
#include <linux/kallsyms.h>
#include <linux/kallsyms.h>
#include <linux/proc_fs.h>
#include <linux/proc_fs.h>
#include <linux/syscore_ops.h>
#include <linux/syscore_ops.h>
#include <linux/gpio.h>


#include <mach/hardware.h>
#include <mach/hardware.h>