diff options
author | Yihao Han <hanyihao@vivo.com> | 2022-09-12 20:02:57 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-22 16:52:42 +0200 |
commit | 0e8bf26c777a7da6e085ff1f0e31640a042dae5c (patch) | |
tree | 737b58e8867ac19d1eff11eba54a06b2393e28c3 /drivers/misc | |
parent | f47551bd6bfdd9971a5e99e64e12575980d4539f (diff) | |
download | linux-rpi-0e8bf26c777a7da6e085ff1f0e31640a042dae5c.tar.gz linux-rpi-0e8bf26c777a7da6e085ff1f0e31640a042dae5c.tar.bz2 linux-rpi-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.c | 1 |
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> |