netifd:Make sure interface device config is also cached
[project/netifd.git] / device.h
index 6418f169a9baf57dbc2c3aaf872e1013d541b508..cddb340cf36851e015ff1c6988fda7af0cc27f5e 100644 (file)
--- a/device.h
+++ b/device.h
@@ -193,9 +193,6 @@ struct device *device_create(const char *name, const struct device_type *type,
 void device_init_settings(struct device *dev, struct blob_attr **tb);
 void device_init_pending(void);
 
-enum dev_change_type
-device_set_config(struct device *dev, const struct device_type *type,
-                 struct blob_attr *attr);
 enum dev_change_type
 device_apply_config(struct device *dev, const struct device_type *type,
                    struct blob_attr *config);