Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / drivers / misc / ad525x_dpot.h
index 82b2cb7..6bd1eba 100644 (file)
@@ -208,12 +208,8 @@ struct ad_dpot_bus_data {
        const struct ad_dpot_bus_ops *bops;
 };
 
-struct ad_dpot_id {
-       char *name;
-       unsigned long devid;
-};
-
-int ad_dpot_probe(struct device *dev, struct ad_dpot_bus_data *bdata, const struct ad_dpot_id *id);
+int ad_dpot_probe(struct device *dev, struct ad_dpot_bus_data *bdata,
+                 unsigned long devid, const char *name);
 int ad_dpot_remove(struct device *dev);
 
 #endif