Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
[pandora-kernel.git] / include / linux / regulator / consumer.h
index 9e87c1c..b47771a 100644 (file)
@@ -122,6 +122,9 @@ struct regulator;
 struct regulator_bulk_data {
        const char *supply;
        struct regulator *consumer;
+
+       /* private: Internal use */
+       int ret;
 };
 
 #if defined(CONFIG_REGULATOR)