diff options
Diffstat (limited to 'drivers/misc/bmp085.h')
-rw-r--r-- | drivers/misc/bmp085.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/bmp085.h b/drivers/misc/bmp085.h index 2b8f615..8b8e3b1 100644 --- a/drivers/misc/bmp085.h +++ b/drivers/misc/bmp085.h @@ -26,7 +26,7 @@ extern struct regmap_config bmp085_regmap_config; -int bmp085_probe(struct device *dev, struct regmap *regmap); +int bmp085_probe(struct device *dev, struct regmap *regmap, int irq); int bmp085_remove(struct device *dev); int bmp085_detect(struct device *dev); |