From: Felix Fietkau Date: Mon, 28 Mar 2011 16:49:55 +0000 (+0200) Subject: remove an unnecessary inline X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=commitdiff_plain;h=572963edb1875379a5187e5ec705c921bc622d21;hp=d2739dae56ee5ba6d8a89ea1822e82a9ed495b72 remove an unnecessary inline --- 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)