extdev: remove unused function
authorFelix Fietkau <nbd@nbd.name>
Sun, 16 May 2021 16:06:48 +0000 (18:06 +0200)
committerFelix Fietkau <nbd@nbd.name>
Sun, 16 May 2021 16:06:48 +0000 (18:06 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
extdev.c

index 9eea0c0b3147086e84f2062a83bd6f6c4c897bc2..95ed48063dfc4912401f02af4eb409a75dca0924 100644 (file)
--- a/extdev.c
+++ b/extdev.c
@@ -134,13 +134,6 @@ netifd_extdev_create(struct extdev_device *edev, struct blob_attr *msg)
                                     NULL, NULL);
 }
 
                                     NULL, NULL);
 }
 
-static inline int
-netifd_extdev_config_init(struct extdev_device *edev, struct blob_attr *msg)
-{
-       return netifd_extdev_invoke(edev->etype->peer_id, __extdev_methods[METHOD_CONFIG_INIT],
-                                    msg, NULL, NULL);
-}
-
 static inline int
 netifd_extdev_reload(struct extdev_device *edev, struct blob_attr *msg)
 {
 static inline int
 netifd_extdev_reload(struct extdev_device *edev, struct blob_attr *msg)
 {