aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pca953x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/gpio-pca953x.c')
-rw-r--r--drivers/gpio/gpio-pca953x.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpio/gpio-pca953x.c b/drivers/gpio/gpio-pca953x.c
index 9c693ae17956..fff7c2be58f9 100644
--- a/drivers/gpio/gpio-pca953x.c
+++ b/drivers/gpio/gpio-pca953x.c
@@ -602,7 +602,7 @@ pca953x_get_alt_pdata(struct i2c_client *client, int *gpio_base, u32 *invert)
602} 602}
603#endif 603#endif
604 604
605static int __devinit device_pca953x_init(struct pca953x_chip *chip, u32 invert) 605static int device_pca953x_init(struct pca953x_chip *chip, u32 invert)
606{ 606{
607 int ret; 607 int ret;
608 608
@@ -621,7 +621,7 @@ out:
621 return ret; 621 return ret;
622} 622}
623 623
624static int __devinit device_pca957x_init(struct pca953x_chip *chip, u32 invert) 624static int device_pca957x_init(struct pca953x_chip *chip, u32 invert)
625{ 625{
626 int ret; 626 int ret;
627 u32 val = 0; 627 u32 val = 0;
@@ -652,7 +652,7 @@ out:
652 return ret; 652 return ret;
653} 653}
654 654
655static int __devinit pca953x_probe(struct i2c_client *client, 655static int pca953x_probe(struct i2c_client *client,
656 const struct i2c_device_id *id) 656 const struct i2c_device_id *id)
657{ 657{
658 struct pca953x_platform_data *pdata; 658 struct pca953x_platform_data *pdata;