diff options
-rw-r--r-- | drivers/mfd/rtsx_usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/rtsx_usb.c b/drivers/mfd/rtsx_usb.c index 141ea52c46e3..6352bec8419a 100644 --- a/drivers/mfd/rtsx_usb.c +++ b/drivers/mfd/rtsx_usb.c | |||
@@ -29,7 +29,7 @@ static int polling_pipe = 1; | |||
29 | module_param(polling_pipe, int, S_IRUGO | S_IWUSR); | 29 | module_param(polling_pipe, int, S_IRUGO | S_IWUSR); |
30 | MODULE_PARM_DESC(polling_pipe, "polling pipe (0: ctl, 1: bulk)"); | 30 | MODULE_PARM_DESC(polling_pipe, "polling pipe (0: ctl, 1: bulk)"); |
31 | 31 | ||
32 | static struct mfd_cell rtsx_usb_cells[] = { | 32 | static const struct mfd_cell rtsx_usb_cells[] = { |
33 | [RTSX_USB_SD_CARD] = { | 33 | [RTSX_USB_SD_CARD] = { |
34 | .name = "rtsx_usb_sdmmc", | 34 | .name = "rtsx_usb_sdmmc", |
35 | .pdata_size = 0, | 35 | .pdata_size = 0, |