aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/bmp085.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/bmp085.h')
-rw-r--r--drivers/misc/bmp085.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/bmp085.h b/drivers/misc/bmp085.h
index 2b8f615bca92..8b8e3b1f5ca5 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);