diff options
Diffstat (limited to 'drivers/gpio/pca953x.c')
-rw-r--r-- | drivers/gpio/pca953x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/pca953x.c b/drivers/gpio/pca953x.c index 6e72fd31184d..e0e0af536108 100644 --- a/drivers/gpio/pca953x.c +++ b/drivers/gpio/pca953x.c | |||
@@ -189,6 +189,7 @@ static void pca953x_setup_gpio(struct pca953x_chip *chip, int gpios) | |||
189 | gc->base = chip->gpio_start; | 189 | gc->base = chip->gpio_start; |
190 | gc->ngpio = gpios; | 190 | gc->ngpio = gpios; |
191 | gc->label = chip->client->name; | 191 | gc->label = chip->client->name; |
192 | gc->owner = THIS_MODULE; | ||
192 | } | 193 | } |
193 | 194 | ||
194 | static int __devinit pca953x_probe(struct i2c_client *client) | 195 | static int __devinit pca953x_probe(struct i2c_client *client) |