summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSakethram Bommisetti <sakethram.bommisetti@stericsson.com>2011-09-13 14:03:27 +0530
committerRobert Marklund <robert.marklund@stericsson.com>2011-10-05 12:57:36 +0200
commit3df0aaea023a28b70ba64740f726a1efc433bff4 (patch)
tree61fc821887b8b85c2f5b6349e081ee439507396c /include
parentd2249bd4e119becf96deaa59c1c5c8f65c78e97a (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 'include')
-rw-r--r--include/linux/mfd/ab8500.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/ab8500.h b/include/linux/mfd/ab8500.h
index 971261c17a2..f1979bbd464 100644
--- a/include/linux/mfd/ab8500.h
+++ b/include/linux/mfd/ab8500.h
@@ -215,7 +215,7 @@ struct ab8500_platform_data {
struct ab8500_fg_platform_data *fg;
struct ab8500_chargalg_platform_data *chargalg;
struct ab8500_gpio_platform_data *gpio;
- struct ab8500_usbgpio_platform_data *usb;
+ struct abx500_usbgpio_platform_data *usb;
};
extern int __devinit ab8500_init(struct ab8500 *ab8500);