diff mbox series

[v1,1/1] mfd: omap-usb-host: Remove unused linux/gpio.h

Message ID 20240508114321.964374-1-andriy.shevchenko@linux.intel.com (mailing list archive)
State New
Headers show
Series [v1,1/1] mfd: omap-usb-host: Remove unused linux/gpio.h | expand

Commit Message

Andy Shevchenko May 8, 2024, 11:43 a.m. UTC
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>
---
 drivers/mfd/omap-usb-host.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Lee Jones May 31, 2024, 12:17 p.m. UTC | #1
On Wed, 08 May 2024 14:43:21 +0300, Andy Shevchenko wrote:
> linux/gpio.h is deprecated and subject to remove.
> The driver doesn't use it, simply remove the unused header.
> 
> 

Applied, thanks!

[1/1] mfd: omap-usb-host: Remove unused linux/gpio.h
      commit: 1b86176443dd808b1cbcf6729011484e55c42c7b

--
Lee Jones [李琼斯]
diff mbox series

Patch

diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c
index 949feb03d4f8..6de7ba752345 100644
--- a/drivers/mfd/omap-usb-host.c
+++ b/drivers/mfd/omap-usb-host.c
@@ -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>