summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/am35x-phy-control.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/musb/am35x-phy-control.h')
-rw-r--r--drivers/usb/musb/am35x-phy-control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/am35x-phy-control.h b/drivers/usb/musb/am35x-phy-control.h
index c10d595a9e..b4eb585e71 100644
--- a/drivers/usb/musb/am35x-phy-control.h
+++ b/drivers/usb/musb/am35x-phy-control.h
@@ -17,6 +17,6 @@ static inline void phy_ctrl_wkup(struct phy_control *phy_ctrl, u32 id, bool on)
phy_ctrl->phy_wkup(phy_ctrl, id, on);
}
-struct phy_control *am335x_get_phy_control(struct device_d *dev);
+struct phy_control *am335x_get_phy_control(struct device *dev);
#endif