summaryrefslogtreecommitdiff
path: root/drivers/usb/otg/ab8500-usb.c
diff options
context:
space:
mode:
authorSakethram Bommisetti <sakethram.bommisetti@stericsson.com>2011-09-13 14:03:27 +0530
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:03:08 +0200
commit212f06b70a02881a4f5f87f9905784806c80da06 (patch)
tree1f2424d66ba0afbc9eb2b113728153ae5bcb8a01 /drivers/usb/otg/ab8500-usb.c
parent6d2bff7c6a6275b4209bf41208e611734b2cf340 (diff)
ux500:USB:Generic USB GPIO frame work
Making the existing U8500 usb gpio framework to generic. This allows other platforms to use the same structure. ST-Ericsson ID: NA ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: NA Change-Id: I3d5edc139e247b2373d1dd77243421e74783a0ea Signed-off-by: Sakethram Bommisetti <sakethram.bommisetti@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/30790
Diffstat (limited to 'drivers/usb/otg/ab8500-usb.c')
-rw-r--r--drivers/usb/otg/ab8500-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/otg/ab8500-usb.c b/drivers/usb/otg/ab8500-usb.c
index bc0123101c2..13fbabacbc8 100644
--- a/drivers/usb/otg/ab8500-usb.c
+++ b/drivers/usb/otg/ab8500-usb.c
@@ -120,7 +120,7 @@ struct ab8500_usb {
struct regulator *v_ape;
struct regulator *v_musb;
struct regulator *v_ulpi;
- struct ab8500_usbgpio_platform_data *usb_gpio;
+ struct abx500_usbgpio_platform_data *usb_gpio;
struct delayed_work work_usb_workaround;
struct kobject *serial_number_kobj;
};