diff options
Diffstat (limited to 'drivers/usb/otg/isp1301_omap.c')
| -rw-r--r-- | drivers/usb/otg/isp1301_omap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/otg/isp1301_omap.c b/drivers/usb/otg/isp1301_omap.c index d54460a88173..78a209709260 100644 --- a/drivers/usb/otg/isp1301_omap.c +++ b/drivers/usb/otg/isp1301_omap.c | |||
| @@ -843,7 +843,7 @@ static irqreturn_t omap_otg_irq(int irq, void *_isp) | |||
| 843 | 843 | ||
| 844 | static struct platform_device *otg_dev; | 844 | static struct platform_device *otg_dev; |
| 845 | 845 | ||
| 846 | static int otg_init(struct isp1301 *isp) | 846 | static int isp1301_otg_init(struct isp1301 *isp) |
| 847 | { | 847 | { |
| 848 | u32 l; | 848 | u32 l; |
| 849 | 849 | ||
| @@ -1275,7 +1275,7 @@ static int __exit isp1301_remove(struct i2c_client *i2c) | |||
| 1275 | static int isp1301_otg_enable(struct isp1301 *isp) | 1275 | static int isp1301_otg_enable(struct isp1301 *isp) |
| 1276 | { | 1276 | { |
| 1277 | power_up(isp); | 1277 | power_up(isp); |
| 1278 | otg_init(isp); | 1278 | isp1301_otg_init(isp); |
| 1279 | 1279 | ||
| 1280 | /* NOTE: since we don't change this, this provides | 1280 | /* NOTE: since we don't change this, this provides |
| 1281 | * a few more interrupts than are strictly needed. | 1281 | * a few more interrupts than are strictly needed. |
