diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-29 19:25:01 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-07-29 19:25:01 +0200 |
commit | c1b3cab4e1916f49e1f9e1868c698bf391029684 (patch) | |
tree | fd1ef65793a28da5c46cb2d3e40b2ba06aa12565 /vlan.c | |
parent | 3062736f3cf323e3b0f95c4c97fdcf57ab768590 (diff) |
s/cleanup_device/device_cleanup/
Diffstat (limited to 'vlan.c')
-rw-r--r-- | vlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ static void free_vlan_if(struct device *iface) vldev = container_of(iface, struct vlan_device, dev); device_remove_user(&vldev->dep); - cleanup_device(&vldev->dev); + device_cleanup(&vldev->dev); free(vldev); } |