summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.h b/device.h
index ed07791..c6fc02b 100644
--- a/device.h
+++ b/device.h
@@ -253,7 +253,7 @@ struct device {
struct device_hotplug_ops {
int (*prepare)(struct device *dev, struct device **bridge_dev);
int (*add)(struct device *main, struct device *member, struct blob_attr *vlan);
- int (*del)(struct device *main, struct device *member);
+ int (*del)(struct device *main, struct device *member, struct blob_attr *vlan);
};
enum bridge_vlan_flags {