diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/regulator/max1586.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/regulator/max1586.h b/include/linux/regulator/max1586.h index de9a7fae20be..cedd0febe882 100644 --- a/include/linux/regulator/max1586.h +++ b/include/linux/regulator/max1586.h | |||
| @@ -40,7 +40,7 @@ | |||
| 40 | */ | 40 | */ |
| 41 | struct max1586_subdev_data { | 41 | struct max1586_subdev_data { |
| 42 | int id; | 42 | int id; |
| 43 | char *name; | 43 | const char *name; |
| 44 | struct regulator_init_data *platform_data; | 44 | struct regulator_init_data *platform_data; |
| 45 | }; | 45 | }; |
| 46 | 46 | ||
