Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: omap-usb-host: Remove unused linux/gpio.h

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>

authored by

Andy Shevchenko and committed by
Lee Jones
22ff67ad 326ae03d

-1
-1
drivers/mfd/omap-usb-host.c
··· 13 13 #include <linux/delay.h> 14 14 #include <linux/clk.h> 15 15 #include <linux/dma-mapping.h> 16 - #include <linux/gpio.h> 17 16 #include <linux/platform_device.h> 18 17 #include <linux/platform_data/usb-omap.h> 19 18 #include <linux/pm_runtime.h>