s/claim_device/device_claim/
[project/netifd.git] / device.c
index 6fa697b..e1be5f4 100644 (file)
--- a/device.c
+++ b/device.c
@@ -124,7 +124,7 @@ static int set_device_state(struct device *dev, bool state)
        return 0;
 }
 
-int claim_device(struct device *dev)
+int device_claim(struct device *dev)
 {
        int ret;