diff options
Diffstat (limited to 'drivers/misc/apds990x.c')
-rw-r--r-- | drivers/misc/apds990x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/apds990x.c b/drivers/misc/apds990x.c index f955d546f2df..b2aaf3f04459 100644 --- a/drivers/misc/apds990x.c +++ b/drivers/misc/apds990x.c | |||
@@ -1047,7 +1047,7 @@ static struct attribute_group apds990x_attribute_group[] = { | |||
1047 | {.attrs = sysfs_attrs_ctrl }, | 1047 | {.attrs = sysfs_attrs_ctrl }, |
1048 | }; | 1048 | }; |
1049 | 1049 | ||
1050 | static int __devinit apds990x_probe(struct i2c_client *client, | 1050 | static int apds990x_probe(struct i2c_client *client, |
1051 | const struct i2c_device_id *id) | 1051 | const struct i2c_device_id *id) |
1052 | { | 1052 | { |
1053 | struct apds990x_chip *chip; | 1053 | struct apds990x_chip *chip; |