regulator: Remove const from declation of reg_desc in regulator_dev.
authorJonghwa Lee <jonghwa3.lee@samsung.com>
Thu, 7 Feb 2013 06:05:27 +0000 (15:05 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:42:30 +0000 (11:42 +0900)
Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
include/linux/regulator/driver.h

index 6700cc9..18e961c 100644 (file)
@@ -279,7 +279,7 @@ struct regulator_config {
  * no other direct access).
  */
 struct regulator_dev {
-       const struct regulator_desc *desc;
+       struct regulator_desc *desc;
        int exclusive;
        u32 use_count;
        u32 open_count;