s/claim_device/device_claim/
[project/netifd.git] / vlan.c
diff --git a/vlan.c b/vlan.c
index 4b79799..85fe078 100644 (file)
--- a/vlan.c
+++ b/vlan.c
@@ -36,7 +36,7 @@ static int vlan_set_device_state(struct device *dev, bool up)
                return 0;
        }
 
-       ret = claim_device(vldev->dep.dev);
+       ret = device_claim(vldev->dep.dev);
        if (ret)
                return ret;