aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/rcar-phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/phy/rcar-phy.c')
-rw-r--r--drivers/usb/phy/rcar-phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/rcar-phy.c b/drivers/usb/phy/rcar-phy.c
index 703a29586a7a..84ac2a77de72 100644
--- a/drivers/usb/phy/rcar-phy.c
+++ b/drivers/usb/phy/rcar-phy.c
@@ -142,7 +142,7 @@ static void rcar_usb_phy_shutdown(struct usb_phy *phy)
spin_unlock_irqrestore(&priv->lock, flags);
}
-static int __devinit rcar_usb_phy_probe(struct platform_device *pdev)
+static int rcar_usb_phy_probe(struct platform_device *pdev)
{
struct rcar_usb_phy_priv *priv;
struct resource *res0, *res1;