diff options
Diffstat (limited to 'drivers/misc/bh1770glc.c')
-rw-r--r-- | drivers/misc/bh1770glc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/bh1770glc.c b/drivers/misc/bh1770glc.c index c4b65e26a76c..003e8d9ab8a5 100644 --- a/drivers/misc/bh1770glc.c +++ b/drivers/misc/bh1770glc.c | |||
@@ -1162,7 +1162,7 @@ static struct attribute_group bh1770_attribute_group = { | |||
1162 | .attrs = sysfs_attrs | 1162 | .attrs = sysfs_attrs |
1163 | }; | 1163 | }; |
1164 | 1164 | ||
1165 | static int __devinit bh1770_probe(struct i2c_client *client, | 1165 | static int bh1770_probe(struct i2c_client *client, |
1166 | const struct i2c_device_id *id) | 1166 | const struct i2c_device_id *id) |
1167 | { | 1167 | { |
1168 | struct bh1770_chip *chip; | 1168 | struct bh1770_chip *chip; |