Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'hsi-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi

Pull HSI update from Sebastian Reichel:

- drop unused gpio.h header from SSI McSAAB protocol driver

* tag 'hsi-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi:
HSI: ssi_protocol: Remove unused linux/gpio.h

-1
-1
drivers/hsi/clients/ssi_protocol.c
··· 14 14 #include <linux/clk.h> 15 15 #include <linux/device.h> 16 16 #include <linux/err.h> 17 - #include <linux/gpio.h> 18 17 #include <linux/if_ether.h> 19 18 #include <linux/if_arp.h> 20 19 #include <linux/if_phonet.h>