diff options
Diffstat (limited to 'drivers/misc/bmp085.c')
-rw-r--r-- | drivers/misc/bmp085.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/bmp085.c b/drivers/misc/bmp085.c index 62e418293b7e..849e2fed4da2 100644 --- a/drivers/misc/bmp085.c +++ b/drivers/misc/bmp085.c | |||
@@ -420,7 +420,7 @@ struct regmap_config bmp085_regmap_config = { | |||
420 | }; | 420 | }; |
421 | EXPORT_SYMBOL_GPL(bmp085_regmap_config); | 421 | EXPORT_SYMBOL_GPL(bmp085_regmap_config); |
422 | 422 | ||
423 | __devinit int bmp085_probe(struct device *dev, struct regmap *regmap) | 423 | int bmp085_probe(struct device *dev, struct regmap *regmap) |
424 | { | 424 | { |
425 | struct bmp085_data *data; | 425 | struct bmp085_data *data; |
426 | int err = 0; | 426 | int err = 0; |