summaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorYihao Han <hanyihao@vivo.com>2022-09-12 20:02:57 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-09-22 16:52:42 +0200
commit0e8bf26c777a7da6e085ff1f0e31640a042dae5c (patch)
tree737b58e8867ac19d1eff11eba54a06b2393e28c3 /drivers/misc
parentf47551bd6bfdd9971a5e99e64e12575980d4539f (diff)
downloadlinux-0e8bf26c777a7da6e085ff1f0e31640a042dae5c.tar.gz
linux-0e8bf26c777a7da6e085ff1f0e31640a042dae5c.tar.bz2
linux-0e8bf26c777a7da6e085ff1f0e31640a042dae5c.zip
misc: microchip: pci1xxxx: Remove duplicate include
Remove duplicate include in mchp_pci1xxxx_gpio.c Fixes: 7d3e4d807df2 ("misc: microchip: pci1xxxx: load gpio driver for the gpio controller auxiliary device enumerated by the auxiliary bus driver.") Reviewed-by: Kumaravel Thiagarajan <kumaravel.thiagarajan@microchip.com> Signed-off-by: Yihao Han <hanyihao@vivo.com> Link: https://lore.kernel.org/r/20220913030257.22352-1-hanyihao@vivo.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gpio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gpio.c b/drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gpio.c
index 9cc771c604ed..3cda6e679cc7 100644
--- a/drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gpio.c
+++ b/drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gpio.c
@@ -6,7 +6,6 @@
#include <linux/spinlock.h>
#include <linux/gpio/driver.h>
#include <linux/bio.h>
-#include <linux/spinlock.h>
#include <linux/mutex.h>
#include <linux/kthread.h>
#include <linux/interrupt.h>