summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2010-05-27 22:19:28 -0700
committerGary King <gking@nvidia.com>2010-05-27 22:23:28 -0700
commit3f6dfe9482e8db753934927d69f647c2032c7fc6 (patch)
tree9a350eb4dcc808d02d818480bda18446ab3d2f13 /include
parent4180d7ad0253f460e061bab968022c504868173b (diff)
usb: fsl_udc_core: fix tegra regulator support
the driver should get the vbus_regulator using its platform device, not an arbitrary platform device provided via platform data; now that tegra regulators are registered semi-correctly, this hack is not needed Change-Id: I93e2455b7897402767d9e798cb88bc5d48b81250
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 6f445f389fb3..43fc95d822d5 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -63,7 +63,6 @@ struct fsl_usb2_platform_data {
enum fsl_usb2_operating_modes operating_mode;
enum fsl_usb2_phy_modes phy_mode;
unsigned int port_enables;
- struct platform_device *regulator_dev;
};
/* Flags in fsl_usb2_mph_platform_data */