From a9030987750fefa9152539edeb44d5dd0a22cbcf Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 29 Jul 2011 19:23:12 +0200 Subject: s/remove_device_user/device_remove_user/g --- vlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vlan.c') diff --git a/vlan.c b/vlan.c index c417f75..1755777 100644 --- a/vlan.c +++ b/vlan.c @@ -18,7 +18,7 @@ static void free_vlan_if(struct device *iface) struct vlan_device *vldev; vldev = container_of(iface, struct vlan_device, dev); - remove_device_user(&vldev->dep); + device_remove_user(&vldev->dep); cleanup_device(&vldev->dev); free(vldev); } -- cgit v1.2.3