]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mfd: omap-usb-host: Remove unused linux/gpio.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 8 May 2024 11:43:21 +0000 (14:43 +0300)
committerLee Jones <lee@kernel.org>
Thu, 4 Jul 2024 16:08:02 +0000 (17:08 +0100)
linux/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/20240508114321.964374-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/omap-usb-host.c

index 949feb03d4f8d8e2e4da51cb80a31ede05b1a435..6de7ba75234552b75b1416431fdd24963295b78d 100644 (file)
@@ -13,7 +13,6 @@
 #include <linux/delay.h>
 #include <linux/clk.h>
 #include <linux/dma-mapping.h>
-#include <linux/gpio.h>
 #include <linux/platform_device.h>
 #include <linux/platform_data/usb-omap.h>
 #include <linux/pm_runtime.h>