X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=vlan.c;h=c417f75c71c28f722725f941d8c133c53f7c1e47;hp=3de1121ba7fb48379785b0947a224725f38d9511;hb=572963edb1875379a5187e5ec705c921bc622d21;hpb=d2739dae56ee5ba6d8a89ea1822e82a9ed495b72 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)