aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/ad525x_dpot.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/ad525x_dpot.h')
-rw-r--r--drivers/misc/ad525x_dpot.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/misc/ad525x_dpot.h b/drivers/misc/ad525x_dpot.h
index a662f5987b6..3bea1d5e877 100644
--- a/drivers/misc/ad525x_dpot.h
+++ b/drivers/misc/ad525x_dpot.h
@@ -208,12 +208,8 @@ struct ad_dpot_bus_data {
208 const struct ad_dpot_bus_ops *bops; 208 const struct ad_dpot_bus_ops *bops;
209}; 209};
210 210
211struct ad_dpot_id { 211int ad_dpot_probe(struct device *dev, struct ad_dpot_bus_data *bdata,
212 char *name; 212 unsigned long devid, const char *name);
213 unsigned long devid;
214};
215
216int ad_dpot_probe(struct device *dev, struct ad_dpot_bus_data *bdata, const struct ad_dpot_id *id);
217int ad_dpot_remove(struct device *dev); 213int ad_dpot_remove(struct device *dev);
218 214
219#endif 215#endif