summaryrefslogtreecommitdiffhomepage
path: root/vlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'vlan.c')
-rw-r--r--vlan.c2
1 files changed, 1 insertions, 1 deletions
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)