[PPP]: Fixed hardware RX checksum handling
[sfrench/cifs-2.6.git] / fs / binfmt_misc.c
index 9ccc7d8275b8ec451c78b66dd777e65b663852d3..6a7b730c206bbc8c8e0f757187873dff2af3d3b6 100644 (file)
@@ -264,7 +264,7 @@ static int unquote(char *from)
        return p - from;
 }
 
-static inline char * check_special_flags (char * sfs, Node * e)
+static char * check_special_flags (char * sfs, Node * e)
 {
        char * p = sfs;
        int cont = 1;