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

Configure Feed

Select the types of activity you want to include in your feed.

phy: sophgo: 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>
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Andy Shevchenko and committed by
Vinod Koul
42690b8e 4bc259eb

-1
-1
drivers/phy/sophgo/phy-cv1800-usb2.c
··· 11 11 #include <linux/module.h> 12 12 #include <linux/of.h> 13 13 #include <linux/of_address.h> 14 - #include <linux/of_gpio.h> 15 14 #include <linux/platform_device.h> 16 15 #include <linux/phy/phy.h> 17 16 #include <linux/regmap.h>