diff options
Diffstat (limited to 'drivers/misc/bmp085-spi.c')
-rw-r--r-- | drivers/misc/bmp085-spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/bmp085-spi.c b/drivers/misc/bmp085-spi.c index ed34885a6b3f..d6a52659cf24 100644 --- a/drivers/misc/bmp085-spi.c +++ b/drivers/misc/bmp085-spi.c | |||
@@ -22,7 +22,7 @@ | |||
22 | #include <linux/err.h> | 22 | #include <linux/err.h> |
23 | #include "bmp085.h" | 23 | #include "bmp085.h" |
24 | 24 | ||
25 | static int __devinit bmp085_spi_probe(struct spi_device *client) | 25 | static int bmp085_spi_probe(struct spi_device *client) |
26 | { | 26 | { |
27 | int err; | 27 | int err; |
28 | struct regmap *regmap; | 28 | struct regmap *regmap; |