diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-03-13 16:53:10 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-16 12:16:02 +0100 |
commit | 34427557747cad5f599d65be894e846b31714602 (patch) | |
tree | 8fdb40b3b8ab2b88e257700c99287b6829fd383d /drivers/usb/gadget/udc/aspeed-vhub/hub.c | |
parent | usb: typec: fusb302: mark OF related data as maybe unused (diff) | |
download | linux-34427557747cad5f599d65be894e846b31714602.tar.xz linux-34427557747cad5f599d65be894e846b31714602.zip |
usb: gadget: aspeed: Rectify a bit a random header inclusion
It looks like the driver copied'n'pasted almost random set of
headers for its code. Rectify it a bit by removing of_gpio.h
that is not only unused, but also will be removed in the future
completely.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230313155310.80022-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r-- | drivers/usb/gadget/udc/aspeed-vhub/hub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/gadget/udc/aspeed-vhub/hub.c b/drivers/usb/gadget/udc/aspeed-vhub/hub.c index e2207d014620..a63e4af60a56 100644 --- a/drivers/usb/gadget/udc/aspeed-vhub/hub.c +++ b/drivers/usb/gadget/udc/aspeed-vhub/hub.c @@ -21,7 +21,6 @@ #include <linux/clk.h> #include <linux/usb/gadget.h> #include <linux/of.h> -#include <linux/of_gpio.h> #include <linux/regmap.h> #include <linux/dma-mapping.h> #include <linux/bcd.h> |