X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=drivers%2Fusb%2Fphy%2Fphy-am335x.c;fp=drivers%2Fusb%2Fphy%2Fphy-am335x.c;h=0e3c60cb669a63c7a1d1bb7bd673f212f854c425;hb=af9f51c5512f9d55972603dd5dd90d0fa300b200;hp=48d41abd1b6bf0e1400e6879af6c3d561f22ed2f;hpb=39189c98d161c292e7f80fe50da00d33193362b9;p=uclinux-h8%2Flinux.git diff --git a/drivers/usb/phy/phy-am335x.c b/drivers/usb/phy/phy-am335x.c index 48d41abd1b6b..0e3c60cb669a 100644 --- a/drivers/usb/phy/phy-am335x.c +++ b/drivers/usb/phy/phy-am335x.c @@ -52,8 +52,7 @@ static int am335x_phy_probe(struct platform_device *pdev) return am_phy->id; } - ret = usb_phy_gen_create_phy(dev, &am_phy->usb_phy_gen, - USB_PHY_TYPE_USB2, 0, false); + ret = usb_phy_gen_create_phy(dev, &am_phy->usb_phy_gen, NULL); if (ret) return ret;