diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-11-18 08:33:02 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-01-06 04:13:29 -0500 |
commit | 30fe2b5bd5cd732a329ef31062d9d96eee7d18e4 (patch) | |
tree | cd1999dcbeeb59c5117adf51b0ae8a906fdc90e2 | |
parent | 5ac98553afe41ffb5513fa8aac6df699a70231a3 (diff) |
mfd: ti: Constify struct mfd_cell where possible
As of commit 03e361b25ee8dfb1fd9b890072c23c4aae01c6c7 ("mfd: Stop setting
refcounting pointers in original mfd_cell arrays"), the "cell" parameter of
mfd_add_devices() is "const" again. Hence make all cell data passed to
mfd_add_devices() const where possible.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | drivers/mfd/tps6507x.c | 2 | ||||
-rw-r--r-- | drivers/mfd/tps65090.c | 2 | ||||
-rw-r--r-- | drivers/mfd/tps65217.c | 2 | ||||
-rw-r--r-- | drivers/mfd/tps6586x.c | 2 | ||||
-rw-r--r-- | drivers/mfd/tps65910.c | 2 | ||||
-rw-r--r-- | drivers/mfd/tps65912-core.c | 2 | ||||
-rw-r--r-- | drivers/mfd/tps80031.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/drivers/mfd/tps6507x.c b/drivers/mfd/tps6507x.c index a081b925d10b..3b27482a174f 100644 --- a/drivers/mfd/tps6507x.c +++ b/drivers/mfd/tps6507x.c | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <linux/mfd/core.h> | 24 | #include <linux/mfd/core.h> |
25 | #include <linux/mfd/tps6507x.h> | 25 | #include <linux/mfd/tps6507x.h> |
26 | 26 | ||
27 | static struct mfd_cell tps6507x_devs[] = { | 27 | static const struct mfd_cell tps6507x_devs[] = { |
28 | { | 28 | { |
29 | .name = "tps6507x-pmic", | 29 | .name = "tps6507x-pmic", |
30 | }, | 30 | }, |
diff --git a/drivers/mfd/tps65090.c b/drivers/mfd/tps65090.c index e6f03a733879..ba1a25d758c1 100644 --- a/drivers/mfd/tps65090.c +++ b/drivers/mfd/tps65090.c | |||
@@ -64,7 +64,7 @@ static struct resource charger_resources[] = { | |||
64 | } | 64 | } |
65 | }; | 65 | }; |
66 | 66 | ||
67 | static struct mfd_cell tps65090s[] = { | 67 | static const struct mfd_cell tps65090s[] = { |
68 | { | 68 | { |
69 | .name = "tps65090-pmic", | 69 | .name = "tps65090-pmic", |
70 | }, | 70 | }, |
diff --git a/drivers/mfd/tps65217.c b/drivers/mfd/tps65217.c index b7be0b295575..6939ae56c2e1 100644 --- a/drivers/mfd/tps65217.c +++ b/drivers/mfd/tps65217.c | |||
@@ -30,7 +30,7 @@ | |||
30 | #include <linux/mfd/core.h> | 30 | #include <linux/mfd/core.h> |
31 | #include <linux/mfd/tps65217.h> | 31 | #include <linux/mfd/tps65217.h> |
32 | 32 | ||
33 | static struct mfd_cell tps65217s[] = { | 33 | static const struct mfd_cell tps65217s[] = { |
34 | { | 34 | { |
35 | .name = "tps65217-pmic", | 35 | .name = "tps65217-pmic", |
36 | }, | 36 | }, |
diff --git a/drivers/mfd/tps6586x.c b/drivers/mfd/tps6586x.c index ee61fd7c198d..d0e57934370f 100644 --- a/drivers/mfd/tps6586x.c +++ b/drivers/mfd/tps6586x.c | |||
@@ -103,7 +103,7 @@ static struct resource tps6586x_rtc_resources[] = { | |||
103 | }, | 103 | }, |
104 | }; | 104 | }; |
105 | 105 | ||
106 | static struct mfd_cell tps6586x_cell[] = { | 106 | static const struct mfd_cell tps6586x_cell[] = { |
107 | { | 107 | { |
108 | .name = "tps6586x-gpio", | 108 | .name = "tps6586x-gpio", |
109 | }, | 109 | }, |
diff --git a/drivers/mfd/tps65910.c b/drivers/mfd/tps65910.c index c0f608e3ca9e..1f142d76cbbc 100644 --- a/drivers/mfd/tps65910.c +++ b/drivers/mfd/tps65910.c | |||
@@ -36,7 +36,7 @@ static struct resource rtc_resources[] = { | |||
36 | } | 36 | } |
37 | }; | 37 | }; |
38 | 38 | ||
39 | static struct mfd_cell tps65910s[] = { | 39 | static const struct mfd_cell tps65910s[] = { |
40 | { | 40 | { |
41 | .name = "tps65910-gpio", | 41 | .name = "tps65910-gpio", |
42 | }, | 42 | }, |
diff --git a/drivers/mfd/tps65912-core.c b/drivers/mfd/tps65912-core.c index 925a044cbdf6..27a518e0eec6 100644 --- a/drivers/mfd/tps65912-core.c +++ b/drivers/mfd/tps65912-core.c | |||
@@ -21,7 +21,7 @@ | |||
21 | #include <linux/mfd/core.h> | 21 | #include <linux/mfd/core.h> |
22 | #include <linux/mfd/tps65912.h> | 22 | #include <linux/mfd/tps65912.h> |
23 | 23 | ||
24 | static struct mfd_cell tps65912s[] = { | 24 | static const struct mfd_cell tps65912s[] = { |
25 | { | 25 | { |
26 | .name = "tps65912-pmic", | 26 | .name = "tps65912-pmic", |
27 | }, | 27 | }, |
diff --git a/drivers/mfd/tps80031.c b/drivers/mfd/tps80031.c index f15ee6d5cfbf..ed6c5b0956e2 100644 --- a/drivers/mfd/tps80031.c +++ b/drivers/mfd/tps80031.c | |||
@@ -44,7 +44,7 @@ static struct resource tps80031_rtc_resources[] = { | |||
44 | }; | 44 | }; |
45 | 45 | ||
46 | /* TPS80031 sub mfd devices */ | 46 | /* TPS80031 sub mfd devices */ |
47 | static struct mfd_cell tps80031_cell[] = { | 47 | static const struct mfd_cell tps80031_cell[] = { |
48 | { | 48 | { |
49 | .name = "tps80031-pmic", | 49 | .name = "tps80031-pmic", |
50 | }, | 50 | }, |