]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: rtsx_usb: Make mfd_cell array const
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 13 May 2014 10:58:44 +0000 (12:58 +0200)
committerLee Jones <lee.jones@linaro.org>
Fri, 23 May 2014 09:34:25 +0000 (10:34 +0100)
commitcd6cb198b3fb701dc725323d7f7135d2667e1029
tree09811404d767122d69dcf925f3b9627df669a49c
parent9310f56f57a4ca46804ccbbe4da103c833d87513
mfd: rtsx_usb: Make mfd_cell array const

mfd_add_devices() expects array of struct mfd_cell to be const.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Roger Tseng <rogerable@realtek.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/rtsx_usb.c