Merge remote-tracking branches 'regulator/topic/max1586', 'regulator/topic/max77802' and 'regulator/topic/of' into regulator-next

This commit is contained in:
Mark Brown
2014-09-30 13:50:29 +01:00
8 changed files with 767 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
*/
struct max1586_subdev_data {
int id;
char *name;
const char *name;
struct regulator_init_data *platform_data;
};