diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-29 19:23:12 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-07-29 19:23:12 +0200 |
commit | a9030987750fefa9152539edeb44d5dd0a22cbcf (patch) | |
tree | e51cd39f5d78bbce3920d22e19ae621c428eb66c /vlan.c | |
parent | 5d4c6b0453a5dc8cd704144d1c0647855ff63656 (diff) |
s/remove_device_user/device_remove_user/g
Diffstat (limited to 'vlan.c')
-rw-r--r-- | vlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |