From aff73720b65ca33a487c813f27644f8d5aea0df1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 3 Mar 2012 20:21:53 +0100 Subject: ubus: use interface_{add,remove}_link for hotplug ops --- interface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interface.h') diff --git a/interface.h b/interface.h index 4580c5b..750c0f2 100644 --- a/interface.h +++ b/interface.h @@ -113,8 +113,8 @@ void __interface_set_down(struct interface *iface, bool force); void interface_add_user(struct interface_user *dep, struct interface *iface); void interface_remove_user(struct interface_user *dep); -int interface_add_link(struct interface *iface, struct device *llif); -void interface_remove_link(struct interface *iface, struct device *llif); +int interface_add_link(struct interface *iface, struct device *dev); +int interface_remove_link(struct interface *iface, struct device *dev); void interface_add_error(struct interface *iface, const char *subsystem, const char *code, const char **data, int n_data); -- cgit v1.2.1