X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=drivers%2Fgpio%2Fpca953x.c;h=a2b12aa1f2b93920b55b255efbf60ad037a4c0d0;hb=aa36c7bf987dfa5597c0f7c46f8fca46b2dd33d2;hp=f156ab3bb6ed24921d6d202e7020fe985f64d43d;hpb=31f46717997a83bdf6db0dd04810c0a329eb3148;p=linux-2.6-block.git diff --git a/drivers/gpio/pca953x.c b/drivers/gpio/pca953x.c index f156ab3bb6ed..a2b12aa1f2b9 100644 --- a/drivers/gpio/pca953x.c +++ b/drivers/gpio/pca953x.c @@ -73,7 +73,7 @@ struct pca953x_chip { struct i2c_client *client; struct pca953x_platform_data *dyn_pdata; struct gpio_chip gpio_chip; - char **names; + const char *const *names; }; static int pca953x_write_reg(struct pca953x_chip *chip, int reg, uint16_t val)