X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=vlan.c;h=c417f75c71c28f722725f941d8c133c53f7c1e47;hp=3de1121ba7fb48379785b0947a224725f38d9511;hb=6443a383c54dee0cd3b9858801e0b765147a4ef4;hpb=5d1fff7af6f77c9bf0d46572c7af563cd9fc55b3 diff --git a/vlan.c b/vlan.c index 3de1121..c417f75 100644 --- a/vlan.c +++ b/vlan.c @@ -105,7 +105,7 @@ static struct device *get_vlan_device(struct device *dev, int id, bool create) return &vldev->dev; } -static inline char *split_vlan(char *s) +static char *split_vlan(char *s) { s = strchr(s, '.'); if (!s)