Re: [PATCH v1 1/1] phy: sophgo: Remove unused of_gpio.h
Inochi Amaoto <[email protected]>
| Newsgroups | dev.linux.lists.sophgo,org.infradead.lists.linux-phy,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <qyvtgvvvq6txgliwm64bapal3e7ehjc46fdjm3fomf6tp5gwkh@qrwyzwgvkfg5> |
On Wed, Nov 12, 2025 at 09:52:20AM +0100, Andy Shevchenko wrote: > 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 <[email protected]> > --- > drivers/phy/sophgo/phy-cv1800-usb2.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/phy/sophgo/phy-cv1800-usb2.c b/drivers/phy/sophgo/phy-cv1800-usb2.c > index 64f8e37b4b52..6fe846534e9c 100644 > --- a/drivers/phy/sophgo/phy-cv1800-usb2.c > +++ b/drivers/phy/sophgo/phy-cv1800-usb2.c > @@ -11,7 +11,6 @@ > #include <linux/module.h> > #include <linux/of.h> > #include <linux/of_address.h> > -#include <linux/of_gpio.h> > #include <linux/platform_device.h> > #include <linux/phy/phy.h> > #include <linux/regmap.h> > -- > 2.50.1 > > > -- > linux-phy mailing list > [email protected] > https://lists.infradead.org/mailman/listinfo/linux-phy LGTM Reviewed-by: Inochi Amaoto <[email protected]>