misc: bmp085: Clean up and enable use of interrupt for completion.
[deliverable/linux.git] / drivers / misc / bmp085.h
index 2b8f615bca92e5678cfe3182d6a9e513c5af5156..8b8e3b1f5ca5b05ba8d4b13d73adc69d1092f77c 100644 (file)
@@ -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);
 
This page took 0.025679 seconds and 5 git commands to generate.