diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-03-04 20:08:29 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-03-05 14:28:44 +0000 |
commit | 3f03dade77f39b299e4b12dafd58329e22023afd (patch) | |
tree | 663f9ed7d20365bddca20b0a00c9ee80f19cfffc | |
parent | 33e165f81d6d57dd09b92930beea86a7b649dca0 (diff) |
misc: hisi_hikey_usb: 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>
Acked-by: John Stultz <jstultz@google.com>
Link: https://lore.kernel.org/r/20240304180829.1201726-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/misc/hisi_hikey_usb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/hisi_hikey_usb.c b/drivers/misc/hisi_hikey_usb.c index 2165ec35a343..42e12f11ae6e 100644 --- a/drivers/misc/hisi_hikey_usb.c +++ b/drivers/misc/hisi_hikey_usb.c @@ -14,7 +14,6 @@ #include <linux/mod_devicetable.h> #include <linux/module.h> #include <linux/notifier.h> -#include <linux/of_gpio.h> #include <linux/platform_device.h> #include <linux/property.h> #include <linux/regulator/consumer.h> |