mfd: kempld-core: Make mfd_cell array const

The kempld_devs (array of mfd_cells) can be safely made const.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Kevin Strasser <kevin.strasser@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
Krzysztof Kozlowski 2014-05-13 12:58:42 +02:00 committed by Lee Jones
parent f1eb2cb82e
commit bd6d35a62d
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ enum kempld_cells {
KEMPLD_UART,
};
static struct mfd_cell kempld_devs[] = {
static const struct mfd_cell kempld_devs[] = {
[KEMPLD_I2C] = {
.name = "kempld-i2c",
},