From 572963edb1875379a5187e5ec705c921bc622d21 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 28 Mar 2011 18:49:55 +0200 Subject: [PATCH] remove an unnecessary inline --- vlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0