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

misc: eeprom_93xx46: Remove unused of_gpio.h

of_gpio.h is deprecated and subject to remove.
The driver doesn't use it, simply remove the unused header.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240304180643.1201319-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Andy Shevchenko and committed by
Greg Kroah-Hartman
eb582f66 33a2120b

-1
-1
drivers/misc/eeprom/eeprom_93xx46.c
··· 14 14 #include <linux/mutex.h> 15 15 #include <linux/of.h> 16 16 #include <linux/of_device.h> 17 - #include <linux/of_gpio.h> 18 17 #include <linux/slab.h> 19 18 #include <linux/spi/spi.h> 20 19 #include <linux/nvmem-provider.h>