summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMark Brown2012-03-18 22:39:19 +0100
committerMark Brown2012-03-18 22:39:19 +0100
commit115e4bfd5bc68f870b3c889ab8f2d2733bcda452 (patch)
treed72053747d59cd5c537919990144c078d6b8cb55 /include
parentMerge remote-tracking branches 'regulator/topic/devm' and 'regulator/topic/st... (diff)
parentregulator: Remove obsolete consumer_dev related comment (diff)
downloadkernel-qcow2-linux-115e4bfd5bc68f870b3c889ab8f2d2733bcda452.tar.gz
kernel-qcow2-linux-115e4bfd5bc68f870b3c889ab8f2d2733bcda452.tar.xz
kernel-qcow2-linux-115e4bfd5bc68f870b3c889ab8f2d2733bcda452.zip
Merge remote-tracking branch 'regulator/topic/supply' into regulator-next
Diffstat (limited to 'include')
-rw-r--r--include/linux/regulator/machine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/regulator/machine.h b/include/linux/regulator/machine.h
index f3f13fd5868f..7abb16093312 100644
--- a/include/linux/regulator/machine.h
+++ b/include/linux/regulator/machine.h
@@ -139,12 +139,10 @@ struct regulation_constraints {
* make struct device available late such as I2C and is the preferred
* form.
*
- * @dev: Device structure for the consumer.
* @dev_name: Result of dev_name() for the consumer.
* @supply: Name for the supply.
*/
struct regulator_consumer_supply {
- struct device *dev; /* consumer */
const char *dev_name; /* dev_name() for consumer */
const char *supply; /* consumer supply - e.g. "vcc" */
};