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

misc: hi6421-spmi-pmic: 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/20240304180737.1201566-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
33e165f8 eb582f66

-1
-1
drivers/misc/hi6421v600-irq.c
··· 11 11 #include <linux/interrupt.h> 12 12 #include <linux/irq.h> 13 13 #include <linux/module.h> 14 - #include <linux/of_gpio.h> 15 14 #include <linux/platform_device.h> 16 15 #include <linux/slab.h> 17 16 #include <linux/irqdomain.h>