diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-03-04 20:07:37 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-03-05 14:28:41 +0000 |
commit | 33e165f81d6d57dd09b92930beea86a7b649dca0 (patch) | |
tree | 5c8f22cf4789b4b7f3b0844e7fd816aaba40df90 /drivers | |
parent | eb582f668be7aed16a822465677fd74329fa19b6 (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/misc/hi6421v600-irq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/hi6421v600-irq.c b/drivers/misc/hi6421v600-irq.c index b075d803a2c2..69ee4f39af2a 100644 --- a/drivers/misc/hi6421v600-irq.c +++ b/drivers/misc/hi6421v600-irq.c @@ -11,7 +11,6 @@ #include <linux/interrupt.h> #include <linux/irq.h> #include <linux/module.h> -#include <linux/of_gpio.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/irqdomain.h> |