remove an unnecessary inline
authorFelix Fietkau <nbd@openwrt.org>
Mon, 28 Mar 2011 16:49:55 +0000 (18:49 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 28 Mar 2011 16:49:55 +0000 (18:49 +0200)
vlan.c

diff --git a/vlan.c b/vlan.c
index 3de1121..c417f75 100644 (file)
--- 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)